gdiplus: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
ce2aee4859
commit
fe1ce0e341
|
@ -330,7 +330,7 @@ GpStatus WINGDIPAPI GdipSetInfinite(GpRegion *region)
|
|||
if (!region)
|
||||
return InvalidParameter;
|
||||
|
||||
TRACE("%p", region);
|
||||
TRACE("%p\n", region);
|
||||
|
||||
delete_element(®ion->node);
|
||||
stat = init_region(region, RegionDataInfiniteRect);
|
||||
|
|
Loading…
Reference in New Issue