summaryrefslogtreecommitdiffstats
path: root/atc
diff options
context:
space:
mode:
authorrpaulo <rpaulo@NetBSD.org>2005-08-10 19:21:21 +0000
committerrpaulo <rpaulo@NetBSD.org>2005-08-10 19:21:21 +0000
commitc4f6464fead4079e0e205f75269dae14788079ac (patch)
tree51955dfb2248b9ccfb1711adc5a3f4e9389bbeec /atc
parent90f5663ccbe92953f9eea2ee004653a52ca7196d (diff)
downloadbsdgames-darwin-c4f6464fead4079e0e205f75269dae14788079ac.tar.gz
bsdgames-darwin-c4f6464fead4079e0e205f75269dae14788079ac.tar.zst
bsdgames-darwin-c4f6464fead4079e0e205f75269dae14788079ac.zip
Added a missing '-' in score list output.
Diffstat (limited to 'atc')
-rw-r--r--atc/log.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/atc/log.c b/atc/log.c
index 0db1b4d9..0f721f3c 100644
--- a/atc/log.c
+++ b/atc/log.c
@@ -1,4 +1,4 @@
-/* $NetBSD: log.c,v 1.16 2005/08/10 17:53:28 rpaulo Exp $ */
+/* $NetBSD: log.c,v 1.17 2005/08/10 19:21:21 rpaulo Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -46,7 +46,7 @@
#if 0
static char sccsid[] = "@(#)log.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: log.c,v 1.16 2005/08/10 17:53:28 rpaulo Exp $");
+__RCSID("$NetBSD: log.c,v 1.17 2005/08/10 19:21:21 rpaulo Exp $");
#endif
#endif /* not lint */
@@ -273,7 +273,7 @@ log_score(int list_em)
(void)printf("%2s: %-8s %-8s %-18s %4s %9s %4s\n", "#", "name",
"host", "game", "time", "real time", "planes safe");
(void)printf("-------------------------------------------------------");
- (void)printf("------------------------\n");
+ (void)printf("-------------------------\n");
for (i = 0; i < num_scores; i++) {
cp = strchr(score[i].host, '.');
if (cp != NULL)