diff --git a/kerncompat.h b/kerncompat.h index 8afadc88..5c1cca9e 100644 --- a/kerncompat.h +++ b/kerncompat.h @@ -123,7 +123,7 @@ typedef unsigned long long u64; typedef unsigned char u8; typedef unsigned short u16; typedef long long s64; -typedef int s32 +typedef int s32; #endif