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

This commit is contained in:
Francois Gouget 2005-11-23 19:44:20 +01:00 committed by Alexandre Julliard
parent 482df927ca
commit bcac03453a
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}