log: Fixed build (sorry!)

This commit is contained in:
Ryan C. Gordon 2022-04-27 12:13:44 -04:00
parent fde9a7086e
commit 31e83cd14c
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -284,7 +284,7 @@ GetCategoryPrefix(int category)
void void
SDL_LogMessageV(int category, SDL_LogPriority priority, const char *fmt, va_list ap) SDL_LogMessageV(int category, SDL_LogPriority priority, const char *fmt, va_list ap)
{ {
static char message[SDL_MAX_LOG_MESSAGE] static char message[SDL_MAX_LOG_MESSAGE];
size_t len; size_t len;
/* Nothing to do if we don't have an output function */ /* Nothing to do if we don't have an output function */