diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-03 19:06:45 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-03 19:06:45 +0100 |
| commit | 30ba1aab88bd8138a6b3b3e1dbb464e4e67af698 (patch) | |
| tree | 906bf0c4e0bc5864224038395bfdb12e38876168 /src/libSystem/SystemKit/Macros.h | |
| parent | daf906b02d2ba542f407872db9f7b1da2a5b36c4 (diff) | |
chore: {DDK, KernelKit}: Improvements and release schedule.v0.1.31v0.1.31-develop
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSystem/SystemKit/Macros.h')
| -rw-r--r-- | src/libSystem/SystemKit/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libSystem/SystemKit/Macros.h b/src/libSystem/SystemKit/Macros.h index b349387f..cd337f26 100644 --- a/src/libSystem/SystemKit/Macros.h +++ b/src/libSystem/SystemKit/Macros.h @@ -90,7 +90,7 @@ typedef nullPtr NullPtr; #endif #ifndef kib_cast -#define kib_cast(X) (UInt64)((X) *1024) +#define kib_cast(X) (UInt64)((X) * 1024) #endif #ifndef MIB |
