diff options
Diffstat (limited to 'dev/user/Macros.h')
| -rw-r--r-- | dev/user/Macros.h | 2 |
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 |
