Fixed -pedantic warning in SDL_assert.h.

Fixes Bugzilla #1282.
This commit is contained in:
Ryan C. Gordon 2011-08-21 12:36:55 -04:00
parent f9268ec876
commit b4c91cf7b3

View file

@ -99,7 +99,7 @@ typedef enum
SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
SDL_ASSERTION_ABORT, /**< Terminate the program. */
SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
SDL_ASSERTION_ALWAYS_IGNORE, /**< Ignore the assert from now on. */
SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
} SDL_assert_state;
typedef struct SDL_assert_data