We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9750ca5 commit 595bbe6Copy full SHA for 595bbe6
system/include/SDL/SDL_assert.h
@@ -99,7 +99,7 @@ typedef enum
99
SDL_ASSERTION_BREAK, /**< Make the debugger trigger a breakpoint. */
100
SDL_ASSERTION_ABORT, /**< Terminate the program. */
101
SDL_ASSERTION_IGNORE, /**< Ignore the assert. */
102
- SDL_ASSERTION_ALWAYS_IGNORE, /**< Ignore the assert from now on. */
+ SDL_ASSERTION_ALWAYS_IGNORE /**< Ignore the assert from now on. */
103
} SDL_assert_state;
104
105
typedef struct SDL_assert_data
0 commit comments