summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 9e4f7e5b..a8f02abd 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -46,10 +46,10 @@ query_file_money(const fileheader_t *pfh)
}
/* hack for listing modes */
-enum {
+enum LISTMODES {
LISTMODE_DATE = 0,
LISTMODE_MONEY,
-} LISTMODES;
+};
static char *listmode_desc[] = {
"¤é ´Á",
"»ù ®æ",