Commit bcac0345 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Add trailing '\n' to trace() call.

parent 482df927
......@@ -189,7 +189,7 @@ static void translateinfstring_test()
if(hr == HRESULT_FROM_WIN32(ERROR_MOD_NOT_FOUND))
{
trace("WinNT 3.51 detected. Skipping tests for TranslateInfString()");
trace("WinNT 3.51 detected. Skipping tests for TranslateInfString()\n");
return;
}
......
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