浏览代码

log: Fixed build (sorry!)

Ryan C. Gordon 3 年之前
父节点
当前提交
31e83cd14c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 */