diff -r 04c086d8d9d4 -r 0ba746be5d59 cocoaTouch/SDL_uikitappdelegate.m --- a/cocoaTouch/SDL_uikitappdelegate.m Thu Jan 07 22:59:14 2010 +0000 +++ b/cocoaTouch/SDL_uikitappdelegate.m Fri Jan 08 01:12:51 2010 +0000 @@ -34,14 +34,14 @@ static int forward_argc; static char **forward_argv; -int main(int argc, char **argv) { +int main (int argc, char **argv) { int i; NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init]; /* store arguments */ forward_argc = argc; forward_argv = (char **)malloc(argc * sizeof(char *)); - for (i=0; i