From 76e016fad3364f95e93112a92c243e4418d2930c Mon Sep 17 00:00:00 2001 From: Alejandro Javier Asenjo Nitti Date: Sat, 7 Oct 2023 03:41:03 -0300 Subject: [PATCH] fix warning --- include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common.h b/include/common.h index fc85b616..fc758b76 100644 --- a/include/common.h +++ b/include/common.h @@ -12,4 +12,4 @@ typedef float f32; #define false 0 #define bool s32 -#define NULL 0 \ No newline at end of file +#define NULL 0