Add some brackets.

This commit is contained in:
bʰedoh₂ swé 2024-10-20 15:14:48 +05:00
parent a861db4326
commit d8cbe10ab6

2
boot.c
View File

@ -1,6 +1,6 @@
#include <stdbool.h>
#define BOARD (Cell*)0x7F00
#define BOARD ((Cell*)0x7F00)
typedef enum : char {
NONE = ' ',