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

Alexandre Julliard julliard at winehq.org
Mon Jul 28 08:06:58 CDT 2008


Module: wine
Branch: master
Commit: fe1ce0e34102749eb968d473e612b5bdd63e893b
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=fe1ce0e34102749eb968d473e612b5bdd63e893b

Author: Francois Gouget <fgouget at free.fr>
Date:   Sat Jul 26 19:10:42 2008 +0200

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

---

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




More information about the wine-cvs mailing list