summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-05 04:58:55 +0800
committerkcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-05 04:58:55 +0800
commit7485be66b7213dd6ac1532f0c7f322e2db22b436 (patch)
tree1f4ea7e70d828080a33d04468bb4dc24fc78766d /include
parent20428dc5fbb93729c442d6c226eb420829d972a7 (diff)
downloadpttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar.gz
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar.bz2
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar.lz
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar.xz
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.tar.zst
pttbbs-7485be66b7213dd6ac1532f0c7f322e2db22b436.zip
fix bad big5 character in comment
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2462 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/pttstruct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h
index 37159523..8a1c05a3 100644
--- a/include/pttstruct.h
+++ b/include/pttstruct.h
@@ -208,7 +208,7 @@ typedef struct boardheader_t {
#define BRD_NOBOO 000200000 /* ¤£¥i¼N */
#define BRD_LOCALSAVE 000400000 /* ¹w³] Local Save */
#define BRD_RESTRICTEDPOST 001000000 /* ªO¤Í¤~¯àµo¤å */
-#define BRD_GUESTPOST 002000000 /* guest¯ààpo */
+#define BRD_GUESTPOST 002000000 /* guest¯à post */
#define BRD_LINK_TARGET(x) ((x)->postexpire)
#define GROUPOP() (currmode & MODE_GROUPOP)