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

Francois Gouget fgouget at free.fr
Fri Dec 3 08:01:24 CST 2010


---
 dlls/shdocvw/intshcut.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/shdocvw/intshcut.c b/dlls/shdocvw/intshcut.c
index 8f55a20..72bceae 100644
--- a/dlls/shdocvw/intshcut.c
+++ b/dlls/shdocvw/intshcut.c
@@ -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);
-- 
1.7.2.3



More information about the wine-patches mailing list