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

Alexandre Julliard julliard at winehq.org
Thu Nov 14 13:57:10 CST 2013


Module: wine
Branch: master
Commit: 2de28eb64b11c61375af3a338d19d8f04c1867bd
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=2de28eb64b11c61375af3a338d19d8f04c1867bd

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Nov 14 10:02:33 2013 +0100

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

---

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

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;
     }




More information about the wine-cvs mailing list