mirror of
https://github.com/shadps4-emu/ext-SDL.git
synced 2025-02-22 03:30:35 +00:00
Fixed building with ENABLE_SDL_CALL_LOGGING enabled
This commit is contained in:
parent
57504385e0
commit
ae59afa7d0
@ -282,7 +282,7 @@ static int SDLCALL SDL_swprintf_LOGSDLCALLS(SDL_OUT_Z_CAP(maxlen) wchar_t *buf,
|
||||
va_end(ap);
|
||||
return retval;
|
||||
}
|
||||
_static size_t SDLCALL SDL_IOprintf_LOGSDLCALLS(SDL_IOStream *context, SDL_PRINTF_FORMAT_STRING const char *fmt, ...)
|
||||
static size_t SDLCALL SDL_IOprintf_LOGSDLCALLS(SDL_IOStream *context, SDL_PRINTF_FORMAT_STRING const char *fmt, ...)
|
||||
{
|
||||
size_t retval;
|
||||
va_list ap;
|
||||
|
Loading…
x
Reference in New Issue
Block a user