Commit 10b93c91 authored by Ryan C. Gordon's avatar Ryan C. Gordon

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
parent 24f42ead
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment