Mercurial > sdl-ios-xcode
changeset 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 | 0f8a812e2855 |
children | 70dac8976f94 |
files | src/video/macdsp/SDL_dspvideo.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
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