shdocvw: Fix the trailing '\n' of a TRACE().
This commit is contained in:
parent
1465b4d211
commit
a4c0b0ddf2
|
@ -750,7 +750,7 @@ void WINAPI OpenURL(HWND hWnd, HINSTANCE hInst, LPCSTR lpcstrUrl, int nShowCmd)
|
|||
ici.hwndParent = hWnd;
|
||||
|
||||
if FAILED(UniformResourceLocatorW_InvokeCommand(&shortcut->uniformResourceLocatorW, (PURLINVOKECOMMANDINFOW) &ici))
|
||||
TRACE("failed to open URL: %s\n.",debugstr_a(lpcstrUrl));
|
||||
TRACE("failed to open URL: %s\n", debugstr_a(lpcstrUrl));
|
||||
}
|
||||
|
||||
heap_free(shortcut);
|
||||
|
|
Loading…
Reference in New Issue