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

Alexandre Julliard julliard at winehq.org
Tue Nov 11 08:35:46 CST 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Tue Nov 11 11:59:42 2008 +0100

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

---

 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;




More information about the wine-cvs mailing list