You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-04-13 14:42:51 -07:00
Correct typo
Fixes macos compile error.
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user