From d8cbe10ab62e7d9491b604197771e475d42b70bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?b=CA=B0edoh=E2=82=82=20sw=C3=A9?= Date: Sun, 20 Oct 2024 15:14:48 +0500 Subject: [PATCH] Add some brackets. --- boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.c b/boot.c index 17e3054..817c623 100644 --- a/boot.c +++ b/boot.c @@ -1,6 +1,6 @@ #include -#define BOARD (Cell*)0x7F00 +#define BOARD ((Cell*)0x7F00) typedef enum : char { NONE = ' ',