aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/hemisc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/hemisc.cpp')
-rw-r--r--engines/glk/hugo/hemisc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/hugo/hemisc.cpp b/engines/glk/hugo/hemisc.cpp
index 696b7a2666..9e560570d4 100644
--- a/engines/glk/hugo/hemisc.cpp
+++ b/engines/glk/hugo/hemisc.cpp
@@ -978,7 +978,7 @@ char *Hugo::GetText(long textaddr) {
}
const char *Hugo::GetWord(unsigned int w) {
- static char *b;
+ static const char *b;
unsigned short a;
a = w;