[WIN32K] Fix a weird control character in dibobj.c CreateDIBPalette() CORE-17848

This commit is contained in:
Joachim Henze 2021-11-15 03:04:37 +01:00
parent 68c9ac2a82
commit f028ca5b08

View file

@ -149,7 +149,6 @@ CreateDIBPalette(
/* Set the RGB value in the palette */
PALETTE_vSetRGBColorForIndex(ppal, i, crColor);
}
}
else