Skip to content

Commit 9f00156

Browse files
committed
Improve debug message based on comment by Oleg.
1 parent 33752bb commit 9f00156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32ss/gdi/ntgdi/dibobj.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -519,7 +519,7 @@ NtGdiSetDIBitsToDeviceInternal(
519519
_SEH2_END;
520520

521521
DPRINT("StartScan %d ScanLines %d Bits %p bmi %p ColorUse %d\n"
522-
" Height %d Width %d SizeImage %d\n"
522+
" Height %d Width %d biSizeImage %d\n"
523523
" biHeight %d biWidth %d biBitCount %d\n"
524524
" XSrc %d YSrc %d XDest %d YDest %d\n",
525525
StartScan, ScanLines, Bits, bmi, ColorUse,

0 commit comments

Comments
 (0)