Skip to content

Commit

Permalink
[osx] cosmetics, remove erroneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
davilla committed Oct 3, 2011
1 parent 3c7ceb8 commit b34493e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xbmc/osx/SDLMain.mm
Expand Up @@ -586,7 +586,6 @@ int main(int argc, char *argv[])
[NSApp run];

// call SDL_main which calls our real main in xbmc.cpp
// we never return from here as quiting xbmc will call exit() directly.
// see http://lists.libsdl.org/pipermail/sdl-libsdl.org/2008-September/066542.html
int status;
status = SDL_main(gArgc, gArgv);
Expand Down

0 comments on commit b34493e

Please sign in to comment.