diff options
author | Ryan C. Gordon <icculus@icculus.org> | 2010-01-13 16:10:25 +0000 |
---|---|---|
committer | Ryan C. Gordon <icculus@icculus.org> | 2010-01-13 16:10:25 +0000 |
commit | e7c41b8a1bed4166c12abe8d0679c18facfc16c0 (patch) | |
tree | 1bf3a85e30e6d8003cf2654de2c0e1230e2ad24f | |
parent | e6b26beb4ed34fc1dd8ab030e16a7703b62f0586 (diff) |
Whitespace tweak.
-rw-r--r-- | include/SDL_assert.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/SDL_assert.h b/include/SDL_assert.h index cc6d80b0ff..aca748b6fd 100644 --- a/include/SDL_assert.h +++ b/include/SDL_assert.h @@ -92,7 +92,6 @@ disable assertions. #if (SDL_ASSERT_LEVEL > 0) - typedef enum { SDL_ASSERTION_RETRY, /**< Retry the assert immediately. */ |