diff options
-rw-r--r-- | FICS/board.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/board.c b/FICS/board.c index ee851f3..9a3a5e3 100644 --- a/FICS/board.c +++ b/FICS/board.c @@ -38,7 +38,7 @@ #define SquareColor(f, r) ((f ^ r) & 1) -#define IsMachineStyle(n) (((1<<(n)) & mach_type) != 0) +#define IsMachineStyle(n) (((1 << (n)) & mach_type) != 0) extern int style1(); extern int style2(); |