shdocvw: Fix the trailing '\n' of a TRACE().

This commit is contained in:
Francois Gouget 2010-12-03 15:01:24 +01:00 committed by Alexandre Julliard
parent 1465b4d211
commit a4c0b0ddf2
1 changed files with 1 additions and 1 deletions

View File

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