summaryrefslogtreecommitdiffstats
path: root/rogue/play.c
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/play.c')
-rw-r--r--rogue/play.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/rogue/play.c b/rogue/play.c
index a9d02eb1..7b53d6ed 100644
--- a/rogue/play.c
+++ b/rogue/play.c
@@ -1,4 +1,4 @@
-/* $NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $ */
+/* $NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -41,7 +41,7 @@
#if 0
static char sccsid[] = "@(#)play.c 8.1 (Berkeley) 5/31/93";
#else
-__RCSID("$NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $");
+__RCSID("$NetBSD: play.c,v 1.5 1998/11/10 13:01:32 hubertf Exp $");
#endif
#endif /* not lint */
@@ -60,7 +60,7 @@ __RCSID("$NetBSD: play.c,v 1.4 1997/10/12 11:45:40 lukem Exp $");
#include "rogue.h"
boolean interrupted = 0;
-char *unknown_command = "unknown command";
+const char *unknown_command = "unknown command";
void
play_level()