]> git.cameronkatri.com Git - bsdgames-darwin.git/blobdiff - trek/dumpssradio.c
I wish the socket API didn't require casts. Easy to mess them up.
[bsdgames-darwin.git] / trek / dumpssradio.c
index ce147392f9283cce6f89f5bf99030ab014de21bb..1312a908b8c158d316d4517d7a1dbd60baf2b461 100644 (file)
@@ -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;