-/* $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
#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 */
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;
}
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;