summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 09fa49d1..e67c4098 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1740,10 +1740,11 @@ recommend(int ent, fileheader_t * fhdr, const char *direct)
{
struct tm *ptime = localtime4(&now);
char buf[200], msg[53];
-#ifndef OLDRECOMMEND
static const char *ctype[3] = {
"±À", "¼N", "¡÷"
- }, *ctype_attr[3] = {
+ };
+#ifndef OLDRECOMMEND
+ static const char *ctype_attr[3] = {
ANSI_COLOR(1;33),
ANSI_COLOR(1;31),
ANSI_COLOR(1;37),