summaryrefslogtreecommitdiffstats
path: root/rogue/rogue.h
diff options
context:
space:
mode:
Diffstat (limited to 'rogue/rogue.h')
-rw-r--r--rogue/rogue.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rogue/rogue.h b/rogue/rogue.h
index b6854179..ebb4e595 100644
--- a/rogue/rogue.h
+++ b/rogue/rogue.h
@@ -1,4 +1,4 @@
-/* $NetBSD: rogue.h,v 1.14 2003/08/07 09:37:39 agc Exp $ */
+/* $NetBSD: rogue.h,v 1.15 2004/01/01 16:05:12 jsm Exp $ */
/*
* Copyright (c) 1988, 1993
@@ -192,7 +192,7 @@
struct id {
short value;
char title[MAX_ID_TITLE_LEN];
- char *real;
+ const char *real;
unsigned short id_status;
};