Francois Gouget : gdiplus: Add/fix the trailing '\n' in Wine traces.

Alexandre Julliard julliard at winehq.org
Fri Sep 5 06:58:15 CDT 2008


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep  5 13:14:56 2008 +0200

gdiplus: Add/fix the trailing '\n' in Wine traces.

---

 dlls/gdiplus/brush.c    |    2 +-
 dlls/gdiplus/graphics.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dlls/gdiplus/brush.c b/dlls/gdiplus/brush.c
index 8bb807b..067fdde 100644
--- a/dlls/gdiplus/brush.c
+++ b/dlls/gdiplus/brush.c
@@ -580,7 +580,7 @@ GpStatus WINGDIPAPI GdipCreateTexture2I(GpImage *image, GpWrapMode wrapmode,
 {
     GpImageAttributes imageattr;
 
-    TRACE("%p %d %d %d %d %d %p", image, wrapmode, x, y, width, height,
+    TRACE("%p %d %d %d %d %d %p\n", image, wrapmode, x, y, width, height,
             texture);
 
     imageattr.wrap = wrapmode;
diff --git a/dlls/gdiplus/graphics.c b/dlls/gdiplus/graphics.c
index b6cf090..a8afa25 100644
--- a/dlls/gdiplus/graphics.c
+++ b/dlls/gdiplus/graphics.c
@@ -1441,7 +1441,7 @@ GpStatus WINGDIPAPI GdipDrawImageRectRect(GpGraphics *graphics, GpImage *image,
 {
     GpPointF points[3];
 
-    TRACE("(%p, %p, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %d, %p, %p, %p)\n)",
+    TRACE("(%p, %p, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %.2f, %d, %p, %p, %p)\n",
           graphics, image, dstx, dsty, dstwidth, dstheight, srcx, srcy,
           srcwidth, srcheight, srcUnit, imageattr, callback, callbackData);
 
@@ -1464,7 +1464,7 @@ GpStatus WINGDIPAPI GdipDrawImageRectRectI(GpGraphics *graphics, GpImage *image,
 {
     GpPointF points[3];
 
-    TRACE("(%p, %p, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p, %p, %p)\n)",
+    TRACE("(%p, %p, %d, %d, %d, %d, %d, %d, %d, %d, %d, %p, %p, %p)\n",
           graphics, image, dstx, dsty, dstwidth, dstheight, srcx, srcy,
           srcwidth, srcheight, srcUnit, imageAttributes, callback, callbackData);
 




More information about the wine-cvs mailing list