X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fengine%2Fdebug.h;h=fb62cf6c7a8b7076cc4c672f3a7da3028a552ea1;hb=f8af96349ea464111fbef3c6528016c3dc34cdcf;hp=8f7bebf380b6b71e21bb9dd18000b561e120e615;hpb=02ba8788a0a15cd76fefc777908738cc27e78e6c;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...)