From 6554cea283d02d82ebb5ef64505e03e257c6eb39 Mon Sep 17 00:00:00 2001 From: ptt Date: Sun, 30 May 2004 06:28:50 +0000 Subject: typo #ifdef -> #if git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2038 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- mbbsd/mbbsd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbbsd/mbbsd.c b/mbbsd/mbbsd.c index 30d8e1b4..9131d3f1 100644 --- a/mbbsd/mbbsd.c +++ b/mbbsd/mbbsd.c @@ -861,7 +861,7 @@ static void init_guest_info(void) currutmp->pager = 2; } -#ifdef FOREIGN_REG_DAY > 0 +#if FOREIGN_REG_DAY > 0 inline static void foreign_warning(void){ if ((cuser.uflag2 & FOREIGN) && !(cuser.uflag2 & LIVERIGHT)){ if (login_start_time - cuser.firstlogin > (FOREIGN_REG_DAY - 5) * 24 * 3600){ -- cgit v1.2.3