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

This commit is contained in:
Francois Gouget 2008-07-26 19:10:42 +02:00 committed by Alexandre Julliard
parent ce2aee4859
commit fe1ce0e341
1 changed files with 1 additions and 1 deletions

View File

@ -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);