aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan3/location.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan3/location.cpp')
-rw-r--r--engines/glk/alan3/location.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan3/location.cpp b/engines/glk/alan3/location.cpp
index 2199b7a653..13076b4937 100644
--- a/engines/glk/alan3/location.cpp
+++ b/engines/glk/alan3/location.cpp
@@ -39,7 +39,7 @@ namespace Glk {
namespace Alan3 {
/*----------------------------------------------------------------------*/
-static void traceExit(int location, int dir, char *what) {
+static void traceExit(int location, int dir, const char *what) {
printf("\n<EXIT %s[%d] from ",
(char *)pointerTo(dictionary[playerWords[currentWordIndex - 1].code].string), dir);
traceSay(location);