Mercurial > sdl-ios-xcode
diff src/video/x11/SDL_x11dyn.c @ 2120:2c835d58faad
make indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 14 Jun 2007 13:21:29 +0000 |
parents | 238db749017a |
children | c7bcf84ba1b9 |
line wrap: on
line diff
--- a/src/video/x11/SDL_x11dyn.c Thu Jun 14 06:32:36 2007 +0000 +++ b/src/video/x11/SDL_x11dyn.c Thu Jun 14 13:21:29 2007 +0000 @@ -167,10 +167,12 @@ X11_GetSym("XCreateIC", &SDL_X11_HAVE_UTF8, (void **) &pXCreateIC); #endif - if (SDL_X11_HAVE_BASEXLIB) { /* all required symbols loaded. */ + if (SDL_X11_HAVE_BASEXLIB) { + /* all required symbols loaded. */ SDL_ClearError(); } else { - SDL_X11_UnloadSymbols(); /* in case something got loaded... */ + /* in case something got loaded... */ + SDL_X11_UnloadSymbols(); rc = 0; } }