gdiplus/tests: Fix debug value in test_graphics_clear().

Signed-off-by: Jeff Smith <whydoubt@gmail.com>
Signed-off-by: Esme Povirk <vincent@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
master
Jeff Smith 2020-06-17 17:26:50 -05:00 committed by Alexandre Julliard
parent 47b0155f96
commit 11c68bb50e
1 changed files with 1 additions and 1 deletions

View File

@ -5913,7 +5913,7 @@ static void test_graphics_clear(void)
if (!match)
{
bits = data.Scan0;
trace("format %#x, bits %02x,%02x,%02x,%02x %02x,%02x,%02x,%02x\n", PixelFormat32bppPARGB,
trace("format %#x, bits %02x,%02x,%02x,%02x %02x,%02x,%02x,%02x\n", PixelFormat32bppARGB,
bits[0], bits[1], bits[2], bits[3], bits[4], bits[5], bits[6], bits[7]);
}
status = GdipBitmapUnlockBits(bitmap, &data);