summaryrefslogtreecommitdiffstats
path: root/hack/hack.h
diff options
context:
space:
mode:
Diffstat (limited to 'hack/hack.h')
-rw-r--r--hack/hack.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/hack/hack.h b/hack/hack.h
index 074fbbfb..825daa72 100644
--- a/hack/hack.h
+++ b/hack/hack.h
@@ -1,4 +1,4 @@
-/* $NetBSD: hack.h,v 1.11 2009/06/07 20:31:10 dholland Exp $ */
+/* $NetBSD: hack.h,v 1.12 2009/06/07 21:04:54 dholland Exp $ */
/*
* Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica,
@@ -196,7 +196,7 @@ extern char *hname;
extern const char *const hu_stat[]; /* in eat.c */
extern const char *nomovemsg;
extern const char *occtxt;
-extern char *save_cm;
+extern const char *save_cm;
extern const char *killer;
extern const char *const traps[];
extern char SAVEF[];