From 15135e4525a4294ce016f87e85841e7d3ec2164b Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 19 Mar 2005 12:59:50 +0000 Subject: add 'const' qualifiers on function parameters. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2632 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/more.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mbbsd/more.c') diff --git a/mbbsd/more.c b/mbbsd/more.c index f540e051..9ea28a40 100644 --- a/mbbsd/more.c +++ b/mbbsd/more.c @@ -11,7 +11,7 @@ struct MorePool { unsigned char more_pool[MORE_BUFSIZE]; }; -static char * const more_help[] = { +static const char * const more_help[] = { "\0閱\讀文章功\能鍵使用說明", "\01游標移動功\能鍵", "(↑) 上捲一行", -- cgit v1.2.3