Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add parentheses here
  • Loading branch information
pp3345 committed Jul 11, 2013
1 parent 4da33a4 commit 2b31c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PancakeLogger.h
Expand Up @@ -11,7 +11,7 @@ PANCAKE_API void PancakeLoggerFormat(UByte type, UByte flags, UByte *format, ...
#define PANCAKE_LOGGER_REQUEST 1 << 1
#define PANCAKE_LOGGER_ERROR 1 << 2

#define PANCAKE_LOGGER_TYPE_MASK PANCAKE_LOGGER_SYSTEM | PANCAKE_LOGGER_REQUEST | PANCAKE_LOGGER_ERROR
#define PANCAKE_LOGGER_TYPE_MASK (PANCAKE_LOGGER_SYSTEM | PANCAKE_LOGGER_REQUEST | PANCAKE_LOGGER_ERROR)

#define PANCAKE_LOGGER_FLAG_WRITE 1 << 0

Expand Down

0 comments on commit 2b31c9f

Please sign in to comment.