aboutsummaryrefslogtreecommitdiff
path: root/base/engine.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'base/engine.cpp')
-rw-r--r--base/engine.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/engine.cpp b/base/engine.cpp
index 39f1ac2c9a..adf4546d31 100644
--- a/base/engine.cpp
+++ b/base/engine.cpp
@@ -158,7 +158,7 @@ void CDECL warning(const char *s, ...) {
#endif
}
-static void debugHelper(const char *buf) {
+static void debugHelper(char *buf) {
#ifndef _WIN32_WCE
printf("%s\n", buf);
#endif