summaryrefslogtreecommitdiffstats
path: root/mbbsd/admin.c
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-19 15:03:05 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-02-19 15:03:05 +0800
commitd3a0349e9b0a732446bd950110629a152afca131 (patch)
treed0c962cf8640142e341e091ce284cb23d3ef772e /mbbsd/admin.c
parent3eca44299c5f563a225c47944e1fb53c4ad1a8d6 (diff)
downloadpttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar.gz
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar.bz2
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar.lz
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar.xz
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.tar.zst
pttbbs-d3a0349e9b0a732446bd950110629a152afca131.zip
s/#ifdef/#if/
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2523 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/admin.c')
-rw-r--r--mbbsd/admin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/admin.c b/mbbsd/admin.c
index f357f1e3..13919aaa 100644
--- a/mbbsd/admin.c
+++ b/mbbsd/admin.c
@@ -1234,7 +1234,7 @@ scan_register_form(char *regfile, int automode, int neednum)
default:
outs("以下使用者資料已經更新:\n");
mail_muser(muser, "[註冊成功\囉]", "etc/registered");
-#ifdef FOREIGN_REG_DAY > 0
+#if FOREIGN_REG_DAY > 0
if(muser.uflag2 & FOREIGN)
mail_muser(muser, "[出入境管理局]", "etc/foreign_welcome");
#endif