X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fuiq3%2Fengine%2Fdebug.h;h=8f7bebf380b6b71e21bb9dd18000b561e120e615;hb=ca482e5de8bacb70db55f43afe02f93fe6fe3f16;hp=bcd8287599883aa43a3168bce2db1a96636c7361;hpb=a6e5aa41816d1d46889012331eeeee6c5ba1dd1e;p=picodrive.git diff --git a/platform/uiq3/engine/debug.h b/platform/uiq3/engine/debug.h index bcd8287..8f7bebf 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(char *format, ...); #endif #else #define DEBUGPRINT(x...)