# HG changeset patch # User Ryan C. Gordon # Date 1180898356 0 # Node ID ab8297bf3768bb9194ea2c4f14bd7fb6820d3653 # Parent 0f8a812e2855f14b75913a5d5a5cd3a2eebde904 Minor tab fix in mac drawsprocket code. diff -r 0f8a812e2855 -r ab8297bf3768 src/video/macdsp/SDL_dspvideo.c --- 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