From: Eric S. Raymond Date: Sat, 12 Feb 2005 04:34:36 +0000 (+0000) Subject: Typo fix. X-Git-Tag: 2.0~325 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=48a2361c990f0b49edc564d2e182deb3253dcf31;hp=e7c2a3097e455ce93c62a21832e5c584031468db Typo fix. --- diff --git a/events.c b/events.c index d734cce..be7facd 100644 --- a/events.c +++ b/events.c @@ -50,7 +50,7 @@ void events(void) game.damage[l] -= (game.damage[l]-repair > 0.0 ? repair : game.damage[l]); /* If radio repaired, update star chart and attack reports */ if (radio_was_broken && game.damage[DRADIO] == 0.0) { -1 prout("Lt. Uhura- \"Captain, the sub-space radio is working and"); + prout("Lt. Uhura- \"Captain, the sub-space radio is working and"); prout(" surveillance reports are coming in."); skip(1); if (iseenit==0) {