[REACTOS] Add '\n' to debug logs

on TRACE, WARN, FIXME and ERR calls.

Plus a few nit picks.
This commit is contained in:
Serge Gautherie
2022-05-02 14:26:10 +02:00
committed by Stanislav Motylkov
parent 079131faca
commit 03422451b3
40 changed files with 52 additions and 52 deletions

View File

@@ -2572,7 +2572,7 @@ HRESULT STDMETHODCALLTYPE CShellLink::InvokeCommand(LPCMINVOKECOMMANDINFO lpici)
HRESULT hr = Resolve(lpici->hwnd, 0);
if (FAILED(hr))
{
TRACE("failed to resolve component with error 0x%08x", hr);
TRACE("failed to resolve component with error 0x%08x\n", hr);
return hr;
}