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

This commit is contained in:
Joachim Henze
2021-11-15 03:05:20 +01:00
parent 68c9ac2a82
commit f028ca5b08
-1
View File
@@ -149,7 +149,6 @@ CreateDIBPalette(
/* Set the RGB value in the palette */
PALETTE_vSetRGBColorForIndex(ppal, i, crColor);
}
}
else