Skip to content

Commit

Permalink
Fixed typo in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Apr 1, 2012
1 parent 4d0d463 commit 88965ee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doomsday/engine/api/dd_types.h
Expand Up @@ -166,11 +166,11 @@ typedef enum {
#define __BYTEBOOL__
# ifndef __cplusplus
# undef false
# define false 0
# define false 0
# undef true
# define true 1
# define true 1
# else
# CPP_BOOL(x) ((x) != 0)
# define CPP_BOOL(x) ((x) != 0)
# endif
typedef int ddboolean_t;
#endif
Expand Down

0 comments on commit 88965ee

Please sign in to comment.