diff options
Diffstat (limited to 'mbbsd/mail.c')
-rw-r--r-- | mbbsd/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/mail.c b/mbbsd/mail.c index bca23743..b45bde0c 100644 --- a/mbbsd/mail.c +++ b/mbbsd/mail.c @@ -1,6 +1,6 @@ /* $Id$ */ #include "bbs.h" -char currmaildir[32]; +static char currmaildir[32]; static char msg_cc[] = "\033[32m[¸s²Õ¦W³æ]\033[m\n"; static char listfile[] = "list.0"; static int mailkeep = 0, mailsum = 0; |