Commit e2e25eac authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

gdi32: Add a '\n' to a Wine trace.

parent deb355be
...@@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder( ...@@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder(
if (uCountOut < uCount) if (uCountOut < uCount)
{ {
FIXME("lpOutString too small"); FIXME("lpOutString too small\n");
return FALSE; return FALSE;
} }
......
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