summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-07-22 13:09:39 +0800
committerwens <wens@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-07-22 13:09:39 +0800
commit527ee86fc3073fd1488b1b4acd178782a0f2ebee (patch)
tree2a169d023683fc42eed3dbb2b58b278026dbd6e3
parentc4aa391e287b05a8ea19079c3e86e8e239d50d73 (diff)
downloadpttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar.gz
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar.bz2
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar.lz
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar.xz
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.tar.zst
pttbbs-527ee86fc3073fd1488b1b4acd178782a0f2ebee.zip
forgot newline
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3383 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/bbs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/bbs.c b/mbbsd/bbs.c
index 9bc5d51c..961074bd 100644
--- a/mbbsd/bbs.c
+++ b/mbbsd/bbs.c
@@ -3065,7 +3065,7 @@ b_config(void)
prints( " " ANSI_COLOR(1;36) "1" ANSI_RESET
" - 未滿十八歲 " ANSI_COLOR(1) "%s" ANSI_RESET
- " 進入",
+ " 進入\n",
(bp->brdattr & BRD_OVER18) ? "不可以" : "可以" );
prints( " " ANSI_COLOR(1;36) "y" ANSI_RESET