summaryrefslogtreecommitdiffstats
path: root/trek/score.c
diff options
context:
space:
mode:
authordholland <dholland@NetBSD.org>2009-05-25 00:39:45 +0000
committerdholland <dholland@NetBSD.org>2009-05-25 00:39:45 +0000
commitb32fa4c609c9e5c6586f3c870f5130a4c1b17a1f (patch)
tree4b3abdadbd63e5bc178a1c1a493eb254646c4ac7 /trek/score.c
parent072f2a0f5b6a9a8b0eb6499bc8454af374cf2e99 (diff)
downloadbsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.tar.gz
bsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.tar.zst
bsdgames-darwin-b32fa4c609c9e5c6586f3c870f5130a4c1b17a1f.zip
"abbreviation" has two Bs.
Diffstat (limited to 'trek/score.c')
-rw-r--r--trek/score.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/trek/score.c b/trek/score.c
index 7d8deae8..02c4107b 100644
--- a/trek/score.c
+++ b/trek/score.c
@@ -1,4 +1,4 @@
-/* $NetBSD: score.c,v 1.10 2009/05/25 00:03:18 dholland Exp $ */
+/* $NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)score.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: score.c,v 1.10 2009/05/25 00:03:18 dholland Exp $");
+__RCSID("$NetBSD: score.c,v 1.11 2009/05/25 00:39:45 dholland Exp $");
#endif
#endif /* not lint */
@@ -94,7 +94,7 @@ score(void)
if (Move.endgame > 0) {
s += (t = 100 * (u = Game.skill));
scoreitem(t, "Bonus for winning a %s%s game",
- Skitab[u - 1].abrev, Skitab[u - 1].full);
+ Skitab[u - 1].abbrev, Skitab[u - 1].full);
}
if (Game.killed) {