usp10: Add a trailing '\n' to a TRACE() call.

This commit is contained in:
Francois Gouget 2010-08-31 11:53:36 +02:00 committed by Alexandre Julliard
parent 836ea0d898
commit 673d7538cb
1 changed files with 1 additions and 1 deletions

View File

@ -750,7 +750,7 @@ BOOL BIDI_DetermineLevels(
{
WORD *chartype;
unsigned baselevel = 0,j;
TRACE("%s, %d", debugstr_wn(lpString, uCount), uCount);
TRACE("%s, %d\n", debugstr_wn(lpString, uCount), uCount);
chartype = HeapAlloc(GetProcessHeap(), 0, uCount * sizeof(WORD));
if (!chartype)