mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
gdi32: Remove a duplicated line of code.
This commit is contained in:
parent
5d3328d511
commit
6acf226fa1
@ -287,10 +287,7 @@ static void test_palette_brush(void)
|
||||
DWORD expect = (pal->palPalEntry[255 - i].peRed << 16 |
|
||||
pal->palPalEntry[255 - i].peGreen << 8 |
|
||||
pal->palPalEntry[255 - i].peBlue);
|
||||
if (expect)
|
||||
ok( dib_bits[i] == expect, "wrong bits %x/%x at %u,%u\n", dib_bits[i], expect, i % 16, i / 16 );
|
||||
else
|
||||
ok( dib_bits[i] == expect, "wrong bits %x/%x at %u,%u\n", dib_bits[i], expect, i % 16, i / 16 );
|
||||
ok( dib_bits[i] == expect, "wrong bits %x/%x at %u,%u\n", dib_bits[i], expect, i % 16, i / 16 );
|
||||
}
|
||||
DeleteDC( hdc );
|
||||
DeleteObject( dib );
|
||||
|
Loading…
x
Reference in New Issue
Block a user