aboutsummaryrefslogtreecommitdiff
path: root/include/tak.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tak.h')
-rw-r--r--include/tak.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tak.h b/include/tak.h
index 9f458f6..fc4de2a 100644
--- a/include/tak.h
+++ b/include/tak.h
@@ -55,7 +55,7 @@ typedef struct tak_state_s {
enum WIN_TYPE won;
enum COLOUR current_colour;
uint8_t white_count, black_count, ply, board_size;
-} * tak_state_p;
+} *tak_state_p;
#define NUM_SHIFT 4
#define NUM_MASK (0xF << NUM_SHIFT) // 0b11110000