cocoaTouch/SDLOverrides/SDL_uikitappdelegate.m
changeset 3365 37ac593e9027
parent 3361 cfc6cd502f85
child 3374 0d522416d97f
--- 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];