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