Permalink
Browse files
IOS: Correct Compilation Breakage From Last Commit.
- Loading branch information...
Showing
with
2 additions
and
2 deletions.
-
+2
−2
backends/platform/ios7/ios7_osys_main.cpp
|
@@ -402,8 +402,8 @@ void iOS7_main(int argc, char **argv) { |
|
|
|
g_system->quit(); // TODO: Consider removing / replacing this! |
|
|
|
|
|
|
|
if (newfp != NULL) { |
|
|
|
*stdout = NULL; |
|
|
|
*stderr = NULL; |
|
|
|
//*stdout = NULL; |
|
|
|
//*stderr = NULL; |
|
|
|
fclose(newfp); |
|
|
|
} |
|
|
|
} |
0 comments on commit
2eecde6