--- a/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Thu Apr 22 17:43:12 2010 +0000
+++ b/cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m Sun Apr 25 02:30:42 2010 +0000
@@ -123,7 +123,7 @@
[uiwindow addSubview:viewController.view];
// Set working directory to resource path
- [[NSFileManager defaultManager] changeCurrentDirectoryPath: [[NSBundle mainBundle] resourcePath]];
+ [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] resourcePath]];
[uiwindow makeKeyAndVisible];
[uiwindow layoutSubviews];