summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:07:18 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-01-30 16:07:18 +0800
commit160f07969d41c2242f0b07b82760d84754893f78 (patch)
tree096b4a302158d5e5e5aa7118c385dc221cb8bc50 /mbbsd
parenta0a42f258fa55ada73ca676e796b075aad5262ba (diff)
downloadpttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar.gz
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar.bz2
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar.lz
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar.xz
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.tar.zst
pttbbs-160f07969d41c2242f0b07b82760d84754893f78.zip
remove useless \n
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2445 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/user.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 21ab99b1..07abb4d4 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -1165,7 +1165,7 @@ toregister(char *email, char *genbuf, char *phone, char *career,
REGFORM2:
if (strcasecmp(email, "x") == 0) { /* ¤â°Ê»{ÃÒ */
if ((fn = fopen(fn_register, "a"))) {
- fprintf(fn, "num: %d, %s\n", usernum, ctime4(&now));
+ fprintf(fn, "num: %d, %s", usernum, ctime4(&now));
fprintf(fn, "uid: %s\n", cuser.userid);
fprintf(fn, "ident: %s\n", ident);
fprintf(fn, "name: %s\n", rname);