瀏覽代碼

Fixed typo in source comment.

Philipp Wiesemann 12 年之前
父節點
當前提交
0ad1dc1875
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/SDL_stdinc.h

+ 1 - 1
include/SDL_stdinc.h

@@ -208,7 +208,7 @@ typedef uint64_t Uint64;
 #define SDL_PRINTF_VARARG_FUNC( fmtargnumber )
 #define SDL_SCANF_VARARG_FUNC( fmtargnumber )
 #endif
-#endif /* SDL_DISABLE_ANALYSE_MACROS */
+#endif /* SDL_DISABLE_ANALYZE_MACROS */
 
 #define SDL_COMPILE_TIME_ASSERT(name, x)               \
        typedef int SDL_dummy_ ## name[(x) * 2 - 1]