gdi32: Add a '\n' to a Wine trace.
This commit is contained in:
parent
deb355be81
commit
e2e25eacd9
|
@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder(
|
|||
|
||||
if (uCountOut < uCount)
|
||||
{
|
||||
FIXME("lpOutString too small");
|
||||
FIXME("lpOutString too small\n");
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue