summaryrefslogtreecommitdiffstats
path: root/mbbsd/chat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/chat.c')
-rw-r--r--mbbsd/chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/chat.c b/mbbsd/chat.c
index 06f706c3..0d7192e9 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -255,7 +255,7 @@ typedef struct chat_command_t {
void (*cmdfunc) (); /* Pointer to function */
} chat_command_t;
-static chat_command_t chat_cmdtbl[] = {
+const static chat_command_t chat_cmdtbl[] = {
{"help", chat_help},
{"clear", chat_clear},
{"date", chat_date},