summaryrefslogtreecommitdiffstats
path: root/trek/dumpssradio.c
diff options
context:
space:
mode:
Diffstat (limited to 'trek/dumpssradio.c')
-rw-r--r--trek/dumpssradio.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/trek/dumpssradio.c b/trek/dumpssradio.c
index ce147392..1312a908 100644
--- a/trek/dumpssradio.c
+++ b/trek/dumpssradio.c
@@ -1,4 +1,4 @@
-/* $NetBSD: dumpssradio.c,v 1.7 2009/05/24 21:44:56 dholland Exp $ */
+/* $NetBSD: dumpssradio.c,v 1.8 2009/05/24 22:55:03 dholland Exp $ */
/*
* Copyright (c) 1980, 1993
@@ -34,7 +34,7 @@
#if 0
static char sccsid[] = "@(#)dumpssradio.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: dumpssradio.c,v 1.7 2009/05/24 21:44:56 dholland Exp $");
+__RCSID("$NetBSD: dumpssradio.c,v 1.8 2009/05/24 22:55:03 dholland Exp $");
#endif
#endif /* not lint */
@@ -60,7 +60,8 @@ dumpssradio(void)
continue;
if (e->evcode & E_GHOST) {
unschedule(e);
- printf("Starsystem %s in quadrant %d,%d is no longer distressed\n",
+ printf("Starsystem %s in quadrant %d,%d is no longer "
+ "distressed\n",
systemname(&Quad[e->x][e->y]), e->x, e->y);
continue;
}
@@ -75,7 +76,8 @@ dumpssradio(void)
case E_ENSLV:
case E_REPRO:
- printf("Starsystem %s in quadrant %d,%d is distressed\n",
+ printf("Starsystem %s in quadrant %d,%d is "
+ "distressed\n",
systemname(&Quad[e->x][e->y]), e->x, e->y);
chkrest++;
break;