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