aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/jacl/logging.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/jacl/logging.cpp')
-rw-r--r--engines/glk/jacl/logging.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/glk/jacl/logging.cpp b/engines/glk/jacl/logging.cpp
index 97376c52b2..789c12dcee 100644
--- a/engines/glk/jacl/logging.cpp
+++ b/engines/glk/jacl/logging.cpp
@@ -31,7 +31,7 @@ namespace JACL {
extern char user_id[];
extern char prefix[];
-void log_error(char *message, int console) {
+void log_error(const char *message, int console) {
/* LOG A MESSAGE TO THE CONSOLE */
char consoleMessage[256];