summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)