diff options
-rw-r--r-- | include/pttstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pttstruct.h b/include/pttstruct.h index c170e6ee..2fb8dd87 100644 --- a/include/pttstruct.h +++ b/include/pttstruct.h @@ -351,7 +351,7 @@ typedef int (* onekey_t)(); /* anti_crosspost */ typedef struct crosspost_t { - int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 簡查文章行 */ + int checksum[4]; /* 0 -> 'X' cross post 1-3 -> 檢查文章行 */ short times; /* 第幾次 */ short last_bid; /* crossport to which board */ } crosspost_t; |