summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-01 03:37:46 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-01 03:37:46 +0800
commit19aee55841fb9db8d96d609089dfe982e1d63429 (patch)
treeb3b4b4d0e09adc7722a41931f03658105abf6a1f
parent6b06a939780af178792ffb2908939c00be70aaef (diff)
downloadpttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar.gz
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar.bz2
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar.lz
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar.xz
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.tar.zst
pttbbs-19aee55841fb9db8d96d609089dfe982e1d63429.zip
add spaces or parsevar.pl failed
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1661 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--mbbsd/var.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/var.c b/mbbsd/var.c
index abe28916..4c7a29dc 100644
--- a/mbbsd/var.c
+++ b/mbbsd/var.c
@@ -95,7 +95,7 @@ pid_t currpid; /* current process ID */
time_t login_start_time;
time_t start_time;
time_t paste_time;
-userec_t *cuser=NULL; /* current user structure */
+userec_t *cuser = NULL; /* current user structure */
userec_t xuser; /* lookup user structure */
crosspost_t postrecord; /* anti cross post */
unsigned int currbrdattr;