Fixed typo in source comment.
This commit is contained in:
parent
1c2df7b03d
commit
d09a0ff3a6
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ typedef uint64_t Uint64;
|
||||||
#define SDL_PRINTF_VARARG_FUNC( fmtargnumber )
|
#define SDL_PRINTF_VARARG_FUNC( fmtargnumber )
|
||||||
#define SDL_SCANF_VARARG_FUNC( fmtargnumber )
|
#define SDL_SCANF_VARARG_FUNC( fmtargnumber )
|
||||||
#endif
|
#endif
|
||||||
#endif /* SDL_DISABLE_ANALYSE_MACROS */
|
#endif /* SDL_DISABLE_ANALYZE_MACROS */
|
||||||
|
|
||||||
#define SDL_COMPILE_TIME_ASSERT(name, x) \
|
#define SDL_COMPILE_TIME_ASSERT(name, x) \
|
||||||
typedef int SDL_dummy_ ## name[(x) * 2 - 1]
|
typedef int SDL_dummy_ ## name[(x) * 2 - 1]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue