From: Eric S. Raymond Date: Thu, 3 Feb 2005 18:17:07 +0000 (+0000) Subject: Trim a message. X-Git-Tag: 2.0~407 X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=commitdiff_plain;h=ecb536f64ce4a4c5b97c78132791b877efb9a6e5 Trim a message. --- diff --git a/sst.c b/sst.c index eb7c8f6..409b489 100644 --- a/sst.c +++ b/sst.c @@ -227,8 +227,11 @@ static void helpme(void) { fp = fopen(SSTDOC, "r"); if (fp == NULL) { prout("Spock- \"Captain, that information is missing from the"); - prout(" computer. You need to find SST.DOC and put it in the"); - prout(" current directory.\""); + prout(" computer.\""); + /* + * This used to continue: "You need to find SST.DOC and put + * it in the current directory." + */ return; } for (;;) {