summaryrefslogtreecommitdiffstats
path: root/battlestar/cypher.c
diff options
context:
space:
mode:
authorjsm <jsm@NetBSD.org>2000-09-10 10:51:16 +0000
committerjsm <jsm@NetBSD.org>2000-09-10 10:51:16 +0000
commitc8f75ed90de51b0cc71da2c6c9d5fc42192076f8 (patch)
tree8e9ce8ed243c180a5187bb3e1009d8205761df0a /battlestar/cypher.c
parent29a87ab833bc1b9214ec69d8c84421d5529038b7 (diff)
downloadbsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.tar.gz
bsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.tar.zst
bsdgames-darwin-c8f75ed90de51b0cc71da2c6c9d5fc42192076f8.zip
Wording, punctuation and line length improvements. Also adjust test
for killing nonsensical things to fix crash with "kill door". From OpenBSD.
Diffstat (limited to 'battlestar/cypher.c')
-rw-r--r--battlestar/cypher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/battlestar/cypher.c b/battlestar/cypher.c
index f2dfc1e8..51330f18 100644
--- a/battlestar/cypher.c
+++ b/battlestar/cypher.c
@@ -1,4 +1,4 @@
-/* $NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $ */
+/* $NetBSD: cypher.c,v 1.13 2000/09/10 10:51:17 jsm Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)cypher.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: cypher.c,v 1.12 2000/09/08 17:25:32 jsm Exp $");
+__RCSID("$NetBSD: cypher.c,v 1.13 2000/09/10 10:51:17 jsm Exp $");
#endif
#endif /* not lint */
@@ -370,7 +370,7 @@ cypher()
break;
case SAVE:
- printf("\nSave file name (default %s) ",
+ printf("\nSave file name (default %s): ",
DEFAULT_SAVE_FILE);
filename = fgetln(stdin, &filename_len);
if (filename_len == 0