summaryrefslogtreecommitdiffstats
path: root/mbbsd/bbs.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/bbs.c')
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 0e47ce79..52c71923 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -1826,10 +1826,10 @@ 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", "¡÷"
};
-#ifndef OLDRECOMMEND
static const char *ctype_attr[3] = {
ANSI_COLOR(1;33),
ANSI_COLOR(1;31),