diff src/video/SDL_yuv_sw.c @ 1680:9488fca10677 SDL-1.3

Dummy video driver works again in high color video modes. Yay!
author Sam Lantinga <slouken@libsdl.org>
date Wed, 14 Jun 2006 08:41:13 +0000
parents 153477a6cc31
children c4aa1a2f48f1
line wrap: on
line diff
--- a/src/video/SDL_yuv_sw.c	Wed Jun 14 06:26:35 2006 +0000
+++ b/src/video/SDL_yuv_sw.c	Wed Jun 14 08:41:13 2006 +0000
@@ -21,7 +21,7 @@
 */
 #include "SDL_config.h"
 
-#if 0 /* TODO */
+#if 0                           /* TODO */
 /* This is the software implementation of the YUV video overlay support */
 
 /* This code was derived from code carrying the following copyright notices: