Skip to content

Commit

Permalink
Made typedef for SDL_bool the same as the other typedefs.
Browse files Browse the repository at this point in the history
If this causes problems on any compiler, please report a bug to
http://bugzilla.libsdl.org/
and include the platform and version of compiler you're using.
  • Loading branch information
slouken committed Oct 10, 2009
1 parent d6c61ed commit 03b6e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/SDL_stdinc.h
Expand Up @@ -90,7 +90,7 @@

/** @name Basic data types */
/*@{*/
typedef enum SDL_bool {
typedef enum {
SDL_FALSE = 0,
SDL_TRUE = 1
} SDL_bool;
Expand Down

0 comments on commit 03b6e34

Please sign in to comment.