aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/heparse.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/heparse.cpp')
-rw-r--r--engines/glk/hugo/heparse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/glk/hugo/heparse.cpp b/engines/glk/hugo/heparse.cpp
index 0369385398..da01810a8e 100644
--- a/engines/glk/hugo/heparse.cpp
+++ b/engines/glk/hugo/heparse.cpp
@@ -2104,8 +2104,8 @@ NextSyn:
{
if (strcmp(word[i+1], "~and"))
{
- static char *END = "~and";
- word[i] = END;
+ static char AND[5] = "~and";
+ word[i] = AND;
wd[i] = FindWord("~and");
}
else