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

This commit is contained in:
Francois Gouget 2008-11-11 11:59:42 +01:00 committed by Alexandre Julliard
parent b4874a8921
commit 545b7764f4
1 changed files with 1 additions and 1 deletions

View File

@ -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;