From 9358f040008f90077727b26e2d78faf9dbea2802 Mon Sep 17 00:00:00 2001 From: PoliEcho Date: Fri, 24 Apr 2026 13:49:16 +0200 Subject: [PATCH] fix typo --- macro.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macro.h b/macro.h index 47bfcb1..8bdd8db 100644 --- a/macro.h +++ b/macro.h @@ -1,3 +1,3 @@ #pragma once -#define ARRAY_LENGTH(a) sizeof(array) / sizeof(*array); \ No newline at end of file +#define ARRAY_LENGTH(array) sizeof(array) / sizeof(*array); \ No newline at end of file