mirror of
https://github.com/reactos/wine.git
synced 2025-02-12 23:58:56 +00:00
Add trailing '\n' to trace() call.
This commit is contained in:
parent
482df927ca
commit
bcac03453a
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user