X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fengine%2Fdebug.h;h=fb62cf6c7a8b7076cc4c672f3a7da3028a552ea1;hb=7b3f44c6b677a60b63b092f825a2b6c58166b70c;hp=8f7bebf380b6b71e21bb9dd18000b561e120e615;hpb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;p=picodrive.git diff --git a/platform/uiq3/engine/debug.h b/platform/uiq3/engine/debug.h index 8f7bebf..fb62cf6 100644 --- a/platform/uiq3/engine/debug.h +++ b/platform/uiq3/engine/debug.h @@ -16,7 +16,7 @@ #ifdef __cplusplus extern "C" #endif - void lprintf(char *format, ...); + void lprintf(const char *format, ...); #endif #else #define DEBUGPRINT(x...)