aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/comproc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/comproc.c b/FICS/comproc.c
index 1b3b7a9..f5c4c9f 100644
--- a/FICS/comproc.c
+++ b/FICS/comproc.c
@@ -1009,7 +1009,7 @@ who_winloss(int p, int num, int plist[])
snprintf(tmp, sizeof tmp, "%5s\n", hms(player_idle(p1),
0, 0, 0));
} else {
- strlcpy(tmp, " \n", sizeof tmp);
+ strlcpy(tmp, "\n", sizeof tmp);
}
strlcat(playerLine, tmp, sizeof playerLine);