gdiplus: Add a trailing '\n' to a Wine trace.
This commit is contained in:
parent
b4874a8921
commit
545b7764f4
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue