summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-04-08 22:20:29 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-04-08 22:20:29 +0800
commit265c05ec6ccf6abce34fb942a7bea72617adfd86 (patch)
tree5b03f6c9e598233b0eca4297b0569bdd1ba8a77c
parent5f2711266522ec393b38fd49659e0a2b022fa05c (diff)
downloadpttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar.gz
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar.bz2
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar.lz
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar.xz
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.tar.zst
pttbbs-265c05ec6ccf6abce34fb942a7bea72617adfd86.zip
fix unpaired brace in comment
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3326 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index f7451925..2d261d5c 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -1062,7 +1062,7 @@ choose_board(int newflag)
break;
case 'Z':
- if (HasUserPerm(PERM_LOGINOK)) {
+ if (HasUserPerm(PERM_LOGINOK))
vmsg("為避免誤按此功\能已取消,請改至個人設定區修改設定");
break;