mshtml: Add a trailing '\n' to a TRACE().

Francois Gouget fgouget at free.fr
Thu Nov 14 03:02:33 CST 2013


---
 dlls/mshtml/htmlbody.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/mshtml/htmlbody.c b/dlls/mshtml/htmlbody.c
index 2b98cf4..fcd8766 100644
--- a/dlls/mshtml/htmlbody.c
+++ b/dlls/mshtml/htmlbody.c
@@ -656,7 +656,7 @@ static HRESULT WINAPI HTMLBodyElement_get_scroll(IHTMLBodyElement *iface, BSTR *
     }else if(!strcmpW(overflow, hiddenW)) {
         ret = noW;
     }else {
-        TRACE("Defaulting %s to NULL", debugstr_w(overflow));
+        TRACE("Defaulting %s to NULL\n", debugstr_w(overflow));
         *p = NULL;
         return S_OK;
     }
-- 
1.8.4.2



More information about the wine-patches mailing list