Mercurial > sdl-ios-xcode
diff src/video/SDL_surface.c @ 3013:8cc00819c8d6
Reverted Bob's indent checkin
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sat, 10 Jan 2009 21:50:26 +0000 |
parents | 8f4ed5ec2b06 |
children | 7be21a78777e |
line wrap: on
line diff
--- a/src/video/SDL_surface.c Sat Jan 10 18:32:24 2009 +0000 +++ b/src/video/SDL_surface.c Sat Jan 10 21:50:26 2009 +0000 @@ -479,9 +479,9 @@ return 0; } - switch (surface->map->info. - flags & (SDL_COPY_MASK | SDL_COPY_BLEND | SDL_COPY_ADD | - SDL_COPY_MOD)) { + switch (surface->map-> + info.flags & (SDL_COPY_MASK | SDL_COPY_BLEND | SDL_COPY_ADD | + SDL_COPY_MOD)) { case SDL_COPY_MASK: *blendMode = SDL_BLENDMODE_MASK; break;