X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=sst.c;h=409b489520104737673bfa7bf41782906ee49f94;hb=134c4bd70409dcfae84913859263c93f96374f20;hp=eb7c8f6cb4303edc7ab08b4b85bbf35c12332adf;hpb=c1bda490aef42a6b3d0e8d97a20fb58236d02ee7;p=super-star-trek.git 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 (;;) {