diff options
Diffstat (limited to 'src/command.h')
-rw-r--r-- | src/command.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command.h b/src/command.h index ace80dc89..7a6119652 100644 --- a/src/command.h +++ b/src/command.h @@ -158,7 +158,7 @@ enum { CMD_ERROR = ((int32)0x80000000), }; -#define CMD_MSG(x) ((x)<<16) +#define CMD_MSG(x) ((x) << 16) enum { CMD_AUTO = 0x0200, |