From 89e173550cc8d76dbf859209accf1edc57e107e9 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Mon, 7 Mar 2011 09:25:42 -0800 Subject: [PATCH] Fixed compile error --- src/video/SDL_blit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/SDL_blit.h b/src/video/SDL_blit.h index 4fcc5854d..c871054cf 100644 --- a/src/video/SDL_blit.h +++ b/src/video/SDL_blit.h @@ -209,7 +209,7 @@ do { \ { \ Pixel = ((r>>fmt->Rloss)<Rshift)| \ ((g>>fmt->Gloss)<Gshift)| \ - ((b>>fmt->Bloss)<Bshift)| + ((b>>fmt->Bloss)<Bshift)| \ fmt->Amask; \ } #define RGB565_FROM_RGB(Pixel, r, g, b) \