Mercurial > sdl-ios-xcode
diff src/video/SDL_pixels.c @ 2260:202ddfd1cfb1
indent
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 17 Aug 2007 02:55:21 +0000 |
parents | 340942cfda48 |
children | c785543d1843 |
line wrap: on
line diff
--- a/src/video/SDL_pixels.c Fri Aug 17 02:54:50 2007 +0000 +++ b/src/video/SDL_pixels.c Fri Aug 17 02:55:21 2007 +0000 @@ -673,7 +673,7 @@ Uint8 *map; int i; int bpp; - unsigned Amod, Rmod, Gmod, Bmod; + unsigned Amod, Rmod, Gmod, Bmod; SDL_Palette *pal = src->palette; bpp = ((dst->BytesPerPixel == 3) ? 4 : dst->BytesPerPixel);