From 7485be66b7213dd6ac1532f0c7f322e2db22b436 Mon Sep 17 00:00:00 2001 From: kcwu Date: Fri, 4 Feb 2005 20:58:55 +0000 Subject: fix bad big5 character in comment git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2462 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/pttstruct.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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) -- cgit v1.2.3