Francois Gouget : gdiplus: Add a trailing '\n' to a Wine trace.
Module: wine Branch: master Commit: 545b7764f4b9600f5a81a2d7f48bc8dd50f09fd5 URL: http://source.winehq.org/git/wine.git/?a=commit;h=545b7764f4b9600f5a81a2d7f4... Author: Francois Gouget <fgouget(a)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;
participants (1)
-
Alexandre Julliard