summaryrefslogtreecommitdiffstats
path: root/mbbsd
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd')
-rw-r--r--mbbsd/user.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/user.c b/mbbsd/user.c
index 53d32ffb..ed04cb87 100644
--- a/mbbsd/user.c
+++ b/mbbsd/user.c
@@ -99,9 +99,9 @@ int u_cancelbadpost(void)
cuser.timeremovebadpost = now;
passwd_update(usernum, &cuser);
log_file("log/cancelbadpost.log", LOG_VF|LOG_CREAT,
- "%s 刪除一篇劣文", cuser.userid);
+ "%s 刪除一篇劣文\n", cuser.userid);
}
- vmsg("恭喜您已經成功刪除一篇劣文.");
+ vmsg("恭喜您已經成功\刪除一篇劣文.");
return 0;
}