From ecb536f64ce4a4c5b97c78132791b877efb9a6e5 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 3 Feb 2005 18:17:07 +0000 Subject: [PATCH] Trim a message. --- sst.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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 (;;) { -- 2.31.1