summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;