UIQ3 bugfixes, SVP drc indirect jumps, stuff
[picodrive.git] / platform / uiq3 / engine / debug.cpp
index 81edbc5..46725f3 100644 (file)
@@ -171,7 +171,7 @@ void ExceptionHandler(TExcType exc)
        #include <stdio.h>  // vsprintf\r
 \r
        // debug print from c code\r
-       extern "C" void lprintf(char *format, ...)\r
+       extern "C" void lprintf(const char *format, ...)\r
        {\r
                va_list args;\r
                char    buffer[512];\r