aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/alan2/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/alan2/main.cpp')
-rw-r--r--engines/glk/alan2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/alan2/main.cpp b/engines/glk/alan2/main.cpp
index 7dadbea171..f585e7d584 100644
--- a/engines/glk/alan2/main.cpp
+++ b/engines/glk/alan2/main.cpp
@@ -434,7 +434,7 @@ static void prsym(
recogniced and performed.
*/
-void output(char original[]) {
+void output(const char original[]) {
char ch;
char *str, *copy;
char *symptr;