usp10: Add a trailing '\n' to a TRACE() call.
This commit is contained in:
parent
75bb4359d7
commit
0d3b4b3c0c
|
@ -688,7 +688,7 @@ HRESULT WINAPI ScriptItemize(const WCHAR *pwcInChars, int cInChars, int cMaxItem
|
|||
|
||||
if ((levels && (levels[cnt] != pItems[index].a.s.uBidiLevel || (strength && (strength[cnt] != str)))) || New_Script != pItems[index].a.eScript || New_Script == Script_Control)
|
||||
{
|
||||
TRACE("New_Level = %i, New_Strength = %i, New_Script=%d, eScript=%d ", levels?levels[cnt]:-1, strength?strength[cnt]:str, New_Script, pItems[index].a.eScript);
|
||||
TRACE("New_Level = %i, New_Strength = %i, New_Script=%d, eScript=%d\n", levels?levels[cnt]:-1, strength?strength[cnt]:str, New_Script, pItems[index].a.eScript);
|
||||
|
||||
if (strength && strength[cnt] != 0)
|
||||
str = strength[cnt];
|
||||
|
|
Loading…
Reference in New Issue