summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/init1.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init1.cc b/src/init1.cc
index c77f28eb..427e2d86 100644
--- a/src/init1.cc
+++ b/src/init1.cc
@@ -3142,7 +3142,7 @@ errr init_s_info_txt(FILE *fp)
char *txt;
/* Acquire the text */
- char const *s = buf + 2;
+ char *s = buf + 2;
if (NULL == (txt = strchr(s, ':'))) return (1);
*txt = '\0';