Minor tab fix in mac drawsprocket code.
--- a/src/video/macdsp/SDL_dspvideo.c Sun Jun 03 06:52:58 2007 +0000
+++ b/src/video/macdsp/SDL_dspvideo.c Sun Jun 03 19:19:16 2007 +0000
@@ -1378,8 +1378,8 @@
/* 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 @@
}
/* Unload DrawSprocket */
- DSpShutdown ();
+ DSpShutdown ();
}
#if SDL_VIDEO_OPENGL