From 642653333d23ce8ef84fafa213bb8a196ff21b0b Mon Sep 17 00:00:00 2001 From: Stas Sergeev Date: Wed, 25 May 2005 17:36:09 +0000 Subject: [PATCH] Small bug with displaying the starbase's lrscan --- reports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reports.c b/reports.c index c437326..568d4f0 100644 --- a/reports.c +++ b/reports.c @@ -124,7 +124,7 @@ void lrscan(void) prout("LONG-RANGE SENSORS DAMAGED."); return; } - proutn("Starbase's long-range scan"); + prout("Starbase's long-range scan"); } else { prout("Long-range scan"); -- 2.31.1