소스 검색

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