summaryrefslogtreecommitdiffhomepage
path: root/dev/user
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-05-11 16:48:02 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-05-11 16:49:12 +0200
commitda0e83c01161d0c216f3831d5be21df728691c64 (patch)
tree126ca82341e40fd8481b21966320fdf10c3f0266 /dev/user
parentf775566da3cf4f8e3ffd4ca6dfe0a3c7776c3b35 (diff)
feat(kernel/hefs): Fixed the shortcomings and issues of HeFS.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/user')
-rw-r--r--dev/user/Macros.h2
1 files changed, 1 insertions, 1 deletions
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