mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Fix line that causes build to fail on Mac (#10518)
This commit is contained in:
committed by
Michael Steenbeek
parent
8d99d37eba
commit
5063cd2283
@@ -108,7 +108,7 @@ namespace Platform
|
||||
@autoreleasepool {
|
||||
if (input == NULL)
|
||||
{
|
||||
return NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
NSString* inputDecomp = [NSString stringWithUTF8String:input];
|
||||
|
||||
Reference in New Issue
Block a user