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:
parent
24f42ead23
commit
10b93c9102
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue