summaryrefslogtreecommitdiffstats
path: root/sail/dr_1.c
diff options
context:
space:
mode:
authorjwise <jwise@NetBSD.org>2001-01-04 05:34:56 +0000
committerjwise <jwise@NetBSD.org>2001-01-04 05:34:56 +0000
commit4bb910aa025d0c056f01479839fb4aac351c6f60 (patch)
tree46a08c533ee20bc13807aae50458f8781fadf8af /sail/dr_1.c
parent185dd7965f398cfe8bbab3b933dc63e22db50fd0 (diff)
downloadbsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.tar.gz
bsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.tar.zst
bsdgames-darwin-4bb910aa025d0c056f01479839fb4aac351c6f60.zip
Various stylistic nits.
Diffstat (limited to 'sail/dr_1.c')
-rw-r--r--sail/dr_1.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sail/dr_1.c b/sail/dr_1.c
index 7fa015ee..658df26a 100644
--- a/sail/dr_1.c
+++ b/sail/dr_1.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dr_1.c,v 1.15 2001/01/04 03:51:23 jwise Exp $ */
+/* $NetBSD: dr_1.c,v 1.16 2001/01/04 05:34:56 jwise Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)dr_1.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: dr_1.c,v 1.15 2001/01/04 03:51:23 jwise Exp $");
+__RCSID("$NetBSD: dr_1.c,v 1.16 2001/01/04 05:34:56 jwise Exp $");
#endif
#endif /* not lint */
@@ -233,7 +233,7 @@ fightitout(struct ship *from, struct ship *to, int key)
}
sprintf(message, "captured by the %s!", to->shipname);
Writestr(W_SIGNAL, from, message);
- (void) sprintf(message, "killed in melee: %d. %s: %d",
+ sprintf(message, "killed in melee: %d. %s: %d",
totalto, from->shipname, totalfrom);
Writestr(W_SIGNAL, to, message);
mento = 0;