mirror of
https://github.com/reactos/reactos.git
synced 2026-05-29 21:19:51 +08:00
[WIN32K] Fix a weird control character in dibobj.c CreateDIBPalette() CORE-17848
This commit is contained in:
@@ -149,7 +149,6 @@ CreateDIBPalette(
|
||||
|
||||
/* Set the RGB value in the palette */
|
||||
PALETTE_vSetRGBColorForIndex(ppal, i, crColor);
|
||||
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user