From 31e83cd14cf649717fa348d2e08fb4d28aa65e7b Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 27 Apr 2022 12:13:44 -0400 Subject: [PATCH] log: Fixed build (sorry!) --- src/SDL_log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SDL_log.c b/src/SDL_log.c index b56bdbb53..db6788812 100644 --- a/src/SDL_log.c +++ b/src/SDL_log.c @@ -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 */