Skip to content

Commit

Permalink
Minor tab fix in mac drawsprocket code.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jun 3, 2007
1 parent 96f65b7 commit 292ee8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/video/macdsp/SDL_dspvideo.c
Expand Up @@ -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 ) {
Expand All @@ -1391,7 +1391,7 @@ void DSp_VideoQuit(_THIS)
}

/* Unload DrawSprocket */
DSpShutdown ();
DSpShutdown ();
}

#if SDL_VIDEO_OPENGL
Expand Down

0 comments on commit 292ee8d

Please sign in to comment.