Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Fixed -pedantic warning in SDL_assert.h.
Browse files Browse the repository at this point in the history
Fixes Bugzilla #1282.
  • Loading branch information
icculus committed Aug 21, 2011
1 parent 689a0f5 commit c9fb39e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_assert.h
Expand Up @@ -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
Expand Down

0 comments on commit c9fb39e

Please sign in to comment.