Commit 545b7764 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent b4874a89
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment