diff options
Diffstat (limited to 'dev/libSystem/SystemKit/Macros.h')
| -rw-r--r-- | dev/libSystem/SystemKit/Macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/libSystem/SystemKit/Macros.h b/dev/libSystem/SystemKit/Macros.h index 25bc77ba..2bdeff9d 100644 --- a/dev/libSystem/SystemKit/Macros.h +++ b/dev/libSystem/SystemKit/Macros.h @@ -94,7 +94,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 |
