Explorar o código

log: Fixed build (sorry!)

Ryan C. Gordon %!s(int64=3) %!d(string=hai) anos
pai
achega
31e83cd14c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/SDL_log.c

+ 1 - 1
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 */