mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Correct typo
Fixes macos compile error.
This commit is contained in:
parent
9c3a91903e
commit
9a2a33ee2b
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user