mirror of
https://github.com/pspdev/pspsdk.git
synced 2025-10-04 09:08:30 +00:00
fix va_end
missing
This commit is contained in:
@@ -420,6 +420,7 @@ void pspDebugScreenPrintf(const char *format, ...)
|
|||||||
va_start(opt, format);
|
va_start(opt, format);
|
||||||
bufsz = vsnprintf( buff, (size_t) sizeof(buff), format, opt);
|
bufsz = vsnprintf( buff, (size_t) sizeof(buff), format, opt);
|
||||||
(void) pspDebugScreenPrintData(buff, bufsz);
|
(void) pspDebugScreenPrintData(buff, bufsz);
|
||||||
|
va_end(opt);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user