diff options
Diffstat (limited to 'mbbsd/board.c')
-rw-r--r-- | mbbsd/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c index 0075e8ec..27ce6021 100644 --- a/mbbsd/board.c +++ b/mbbsd/board.c @@ -546,7 +546,7 @@ show_brdlist(int head, int clsflag, int newflag) } } -static char *choosebrdhelp[] = { +static char * const choosebrdhelp[] = { "\0看板選單輔助說明", "\01基本指令", "(p)(↑)/(n)(↓)上一個看板 / 下一個看板", |