Commit fe1ce0e3 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdiplus: Add a trailing '\n' to a Wine trace.

parent ce2aee48
......@@ -330,7 +330,7 @@ GpStatus WINGDIPAPI GdipSetInfinite(GpRegion *region)
if (!region)
return InvalidParameter;
TRACE("%p", region);
TRACE("%p\n", region);
delete_element(&region->node);
stat = init_region(region, RegionDataInfiniteRect);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment