Fixed -pedantic warning in SDL_assert.h.
Fixes Bugzilla #1282.
1.1 --- a/include/SDL_assert.h Sun Aug 21 12:24:27 2011 -0400
1.2 +++ b/include/SDL_assert.h Sun Aug 21 12:36:55 2011 -0400
1.3 @@ -99,7 +99,7 @@
1.4 SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
1.5 SDL_ASSERTION_ABORT, /**< Terminate the program. */
1.6 SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
1.7 - SDL_ASSERTION_ALWAYS_IGNORE, /**< Ignore the assert from now on. */
1.8 + SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
1.9 } SDL_assert_state;
1.10
1.11 typedef struct SDL_assert_data