mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[WIN32K] Fix a weird control character in dibobj.c CreateDIBPalette() CORE-17848
This commit is contained in:
parent
68c9ac2a82
commit
f028ca5b08
1 changed files with 0 additions and 1 deletions
|
@ -149,7 +149,6 @@ CreateDIBPalette(
|
|||
|
||||
/* Set the RGB value in the palette */
|
||||
PALETTE_vSetRGBColorForIndex(ppal, i, crColor);
|
||||
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue