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

Francois Gouget fgouget at free.fr
Tue Nov 11 04:59:42 CST 2008


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

diff --git a/dlls/gdiplus/pen.c b/dlls/gdiplus/pen.c
index ea41a3a..61f1898 100644
--- a/dlls/gdiplus/pen.c
+++ b/dlls/gdiplus/pen.c
@@ -106,7 +106,7 @@ GpStatus WINGDIPAPI GdipCreatePen2(GpBrush *brush, REAL width, GpUnit unit,
     GpPen *gp_pen;
     GpBrush *clone_brush;
 
-    TRACE("(%p, %.2f, %d, %p)", brush, width, unit, pen);
+    TRACE("(%p, %.2f, %d, %p)\n", brush, width, unit, pen);
 
     if(!pen || !brush)
         return InvalidParameter;
-- 
1.5.6.5



More information about the wine-patches mailing list