From 10b93c9102411eeab72f4b7bf99581069cb572e9 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 3 Jun 2007 19:19:16 +0000 Subject: [PATCH] Minor tab fix in mac drawsprocket code. --HG-- branch : SDL-1.2 extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/branches/SDL-1.2%402326 --- src/video/macdsp/SDL_dspvideo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/video/macdsp/SDL_dspvideo.c b/src/video/macdsp/SDL_dspvideo.c index a1150d777..060833fe6 100644 --- a/src/video/macdsp/SDL_dspvideo.c +++ b/src/video/macdsp/SDL_dspvideo.c @@ -1378,8 +1378,8 @@ void DSp_VideoQuit(_THIS) /* 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 @@ void DSp_VideoQuit(_THIS) } /* Unload DrawSprocket */ - DSpShutdown (); + DSpShutdown (); } #if SDL_VIDEO_OPENGL