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

This commit is contained in:
Francois Gouget 2007-09-20 21:35:07 +02:00 committed by Alexandre Julliard
parent deb355be81
commit e2e25eacd9
1 changed files with 1 additions and 1 deletions

View File

@ -1067,7 +1067,7 @@ BOOL BIDI_Reorder(
if (uCountOut < uCount)
{
FIXME("lpOutString too small");
FIXME("lpOutString too small\n");
return FALSE;
}