From da0e83c01161d0c216f3831d5be21df728691c64 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 11 May 2025 16:48:02 +0200 Subject: feat(kernel/hefs): Fixed the shortcomings and issues of HeFS. Signed-off-by: Amlal El Mahrouss --- dev/user/Macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/user') diff --git a/dev/user/Macros.h b/dev/user/Macros.h index 0bb98a59..71957208 100644 --- a/dev/user/Macros.h +++ b/dev/user/Macros.h @@ -96,7 +96,7 @@ IMPORT_C void _rtl_assert(Bool expr, const Char* origin); #endif #ifndef kib_cast -#define kib_cast(X) (UInt64)((X) * 1024) +#define kib_cast(X) (UInt64)((X) *1024) #endif #ifndef MIB -- cgit v1.2.3