From 0ad1dc18755419b69edadb9d55870cc092351112 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 8 Jun 2014 12:51:02 +0200 Subject: [PATCH] Fixed typo in source comment. --- include/SDL_stdinc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/SDL_stdinc.h b/include/SDL_stdinc.h index 1b470ce48d137..bc5b2b695ece3 100644 --- a/include/SDL_stdinc.h +++ b/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]