diff options
-rw-r--r-- | base/engine.cpp | 2 |
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 |