mirror of
https://github.com/encounter/SDL.git
synced 2025-05-18 21:31:35 +00:00
log: Fixed build (sorry!)
This commit is contained in:
parent
fde9a7086e
commit
31e83cd14c
@ -284,7 +284,7 @@ GetCategoryPrefix(int category)
|
||||
void
|
||||
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;
|
||||
|
||||
/* Nothing to do if we don't have an output function */
|
||||
|
Loading…
x
Reference in New Issue
Block a user