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

Francois Gouget fgouget at free.fr
Sat Jul 26 12:10:42 CDT 2008


---
 dlls/gdiplus/region.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/gdiplus/region.c b/dlls/gdiplus/region.c
index 6c52623..4a11623 100644
--- a/dlls/gdiplus/region.c
+++ b/dlls/gdiplus/region.c
@@ -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);
-- 
1.5.6.2




More information about the wine-patches mailing list