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

Francois Gouget fgouget at free.fr
Mon Dec 8 02:27:40 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 f41185a..b2d6dab 100644
--- a/dlls/gdiplus/pen.c
+++ b/dlls/gdiplus/pen.c
@@ -412,7 +412,7 @@ GpStatus WINGDIPAPI GdipSetPenColor(GpPen *pen, ARGB argb)
 GpStatus WINGDIPAPI GdipSetPenCompoundArray(GpPen *pen, GDIPCONST REAL *dash,
     INT count)
 {
-    FIXME("(%p, %p, %i): stub", pen, dash, count);
+    FIXME("(%p, %p, %i): stub\n", pen, dash, count);
 
     if (!pen || !dash || count < 2 || count%2 == 1)
         return InvalidParameter;
-- 
1.5.6.5




More information about the wine-patches mailing list