Clean up after macro elimination.
authorEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 09:35:11 +0000 (09:35 +0000)
committerEric S. Raymond <esr@thyrsus.com>
Fri, 15 Sep 2006 09:35:11 +0000 (09:35 +0000)
src/reports.c

index 665701e0abaa0d85a6b24f3487a9df9bc74bedd7..0948073b01a4d6a2e88bd7573184ed9d51012a94 100644 (file)
@@ -357,7 +357,7 @@ int srscan(int l)
                break;
        if (req > sizeof(requests)/sizeof(requests[0])) {
            prout("UNRECOGNIZED REQUEST. Legal requests are:");
-           prout("  date, game.condition, position, lsupport, game.warpfactor,");
+           prout("  date, condition, position, lsupport, warpfactor,");
            prout("  energy, torpedoes, shields, klingons, time, bases.");
            return FALSE;
        }