diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-04-01 22:30:31 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-04-01 22:30:31 +0800 |
commit | 7282ef2351f3efcad1e0b50aa04f5ccb27d946a8 (patch) | |
tree | 904bd8fc3b9e3f27619a0dad7c66a38064e6c3e0 | |
parent | 68fb6de868a5e0daf128998cd60fe582f02dc287 (diff) | |
download | pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar.gz pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar.bz2 pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar.lz pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar.xz pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.tar.zst pttbbs-7282ef2351f3efcad1e0b50aa04f5ccb27d946a8.zip |
small syntax fix.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3320 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/read.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/read.c b/mbbsd/read.c index fa94c63e..7a3d0d4b 100644 --- a/mbbsd/read.c +++ b/mbbsd/read.c @@ -401,6 +401,7 @@ mail_forward(const fileheader_t * fhdr, const char *direct, int mode) break; case -4: vmsg("«H½c¤wº¡"); + break; default: break; } |