diff options
Diffstat (limited to 'src/video/SDL_stretch.c')
-rw-r--r-- | src/video/SDL_stretch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/SDL_stretch.c b/src/video/SDL_stretch.c index 69980d0764..3eafc2055d 100644 --- a/src/video/SDL_stretch.c +++ b/src/video/SDL_stretch.c @@ -38,7 +38,7 @@ (defined(__GNUC__) && defined(__i386__))) && SDL_ASSEMBLY_ROUTINES /* There's a bug with gcc 4.4.1 and -O2 where srcp doesn't get the correct * value after the first scanline. FIXME? */ -/*#define USE_ASM_STRETCH*/ +/* #define USE_ASM_STRETCH */ #endif #ifdef USE_ASM_STRETCH |