From f028ca5b083524cc85fd75467b6f8db4e37f0164 Mon Sep 17 00:00:00 2001 From: Joachim Henze Date: Mon, 15 Nov 2021 03:04:37 +0100 Subject: [PATCH] [WIN32K] Fix a weird control character in dibobj.c CreateDIBPalette() CORE-17848 --- win32ss/gdi/ntgdi/dibobj.c | 1 - 1 file changed, 1 deletion(-) diff --git a/win32ss/gdi/ntgdi/dibobj.c b/win32ss/gdi/ntgdi/dibobj.c index 33f20d98599..e8d3acc3d2d 100644 --- a/win32ss/gdi/ntgdi/dibobj.c +++ b/win32ss/gdi/ntgdi/dibobj.c @@ -149,7 +149,6 @@ CreateDIBPalette( /* Set the RGB value in the palette */ PALETTE_vSetRGBColorForIndex(ppal, i, crColor); - } } else