Commit 673d7538 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

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

parent 836ea0d8
......@@ -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)
......
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