From d9a2eb5ef12907691468b82603f363f9e038797d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Thu, 7 Jun 2001 13:53:51 +0000 Subject: [PATCH] *** empty log message *** --HG-- extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%4047 --- src/video/windib/SDL_dibvideo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video/windib/SDL_dibvideo.c b/src/video/windib/SDL_dibvideo.c index 70449fd1e..648d30d51 100644 --- a/src/video/windib/SDL_dibvideo.c +++ b/src/video/windib/SDL_dibvideo.c @@ -752,7 +752,7 @@ int DIB_SetColors(_THIS, int firstcolor, int ncolors, SDL_Color *colors) entries[i].peBlue = colors[i].b; #ifndef _WIN32_WCE entries[i].peFlags = PC_NOCOLLAPSE; -else +#else entries[i].peFlags = 0; #endif }