Skip to content

Commit

Permalink
Fixed typo in source comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Jun 8, 2014
1 parent 85cae47 commit 0ad1dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_stdinc.h
Expand Up @@ -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]
Expand Down

0 comments on commit 0ad1dc1

Please sign in to comment.