https://git.reactos.org/?p=reactos.git;a=commitdiff;h=f028ca5b083524cc85fd75467b6f8db4e37f0164
commit f028ca5b083524cc85fd75467b6f8db4e37f0164 Author: Joachim Henze <[email protected]> AuthorDate: Mon Nov 15 03:04:37 2021 +0100 Commit: Joachim Henze <[email protected]> CommitDate: Mon Nov 15 03:05:20 2021 +0100 [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
