diff --git a/patches/ntdll-ForceBottomUpAlloc/0002-ntdll-Use-MAP_FIXED_NOREPLACE-flag-in-try_map_free_a.patch b/patches/ntdll-ForceBottomUpAlloc/0002-ntdll-Use-MAP_FIXED_NOREPLACE-flag-in-try_map_free_a.patch index 6f0cc7c6..6986c8e1 100644 --- a/patches/ntdll-ForceBottomUpAlloc/0002-ntdll-Use-MAP_FIXED_NOREPLACE-flag-in-try_map_free_a.patch +++ b/patches/ntdll-ForceBottomUpAlloc/0002-ntdll-Use-MAP_FIXED_NOREPLACE-flag-in-try_map_free_a.patch @@ -21,7 +21,7 @@ index 1d6239f765..486693f312 100644 +#ifdef MAP_FIXED_NOREPLACE + static int flags = MAP_FIXED_NOREPLACE; +#else -+ statinc int flags = 0; ++ static int flags = 0; +#endif void *ptr;