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
This commit is contained in:
Ryan C. Gordon 2007-06-03 19:19:16 +00:00
parent 24f42ead23
commit 10b93c9102

View file

@ -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