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 5e9be5e3..36763341 100644
--- a/mbbsd/chat.c
+++ b/mbbsd/chat.c
@@ -258,7 +258,7 @@ typedef struct chat_command_t {
void (*cmdfunc) (); /* Pointer to function */
} chat_command_t;
-const static chat_command_t chat_cmdtbl[] = {
+static const chat_command_t chat_cmdtbl[] = {
{"help", chat_help},
{"clear", chat_clear},
{"date", chat_date},