Mercurial > sdl-ios-xcode
diff src/video/macdsp/SDL_dspvideo.c @ 3948:ab8297bf3768 SDL-1.2
Minor tab fix in mac drawsprocket code.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 03 Jun 2007 19:19:16 +0000 |
parents | e6de7e5fd451 |
children | 7cdb1d7fc93b |
line wrap: on
line diff
--- a/src/video/macdsp/SDL_dspvideo.c Sun Jun 03 06:52:58 2007 +0000 +++ b/src/video/macdsp/SDL_dspvideo.c Sun Jun 03 19:19:16 2007 +0000 @@ -1378,8 +1378,8 @@ /* Free current video mode */ DSp_UnsetVideoMode(this, this->screen); - /* Free Palette and restore original */ - DSp_DestroyPalette (this); + /* Free Palette and restore original */ + DSp_DestroyPalette (this); /* Free list of video modes */ if ( SDL_modelist != NULL ) { @@ -1391,7 +1391,7 @@ } /* Unload DrawSprocket */ - DSpShutdown (); + DSpShutdown (); } #if SDL_VIDEO_OPENGL