# HG changeset patch # User Sam Lantinga # Date 1186944289 0 # Node ID 55a8bebf9ba6510126c833c70eb3237d21dcbf25 # Parent cf8c3b0117b3dadb6a26450b013311a53c44b27f indent diff -r cf8c3b0117b3 -r 55a8bebf9ba6 src/video/SDL_surface.c --- a/src/video/SDL_surface.c Sun Aug 12 18:27:44 2007 +0000 +++ b/src/video/SDL_surface.c Sun Aug 12 18:44:49 2007 +0000 @@ -568,7 +568,7 @@ dstrect->x * dst->format->BytesPerPixel; if (dst->format->palette || (color == 0)) { x = dstrect->w * dst->format->BytesPerPixel; -#ifndef __MACOSX__ /* memset() is optimized on Mac OS X */ +#ifndef __MACOSX__ /* memset() is optimized on Mac OS X */ if (!color && !((uintptr_t) row & 3) && !(x & 3) && !(dst->pitch & 3)) { int n = x >> 2;