Francois Gouget : msxml3: Add a trailing '\n' to an ERR() call.

Alexandre Julliard julliard at winehq.org
Fri Dec 3 09:31:43 CST 2010


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Dec  3 15:02:20 2010 +0100

msxml3: Add a trailing '\n' to an ERR() call.

---

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

diff --git a/dlls/msxml3/domdoc.c b/dlls/msxml3/domdoc.c
index dbc9b75..fcdb83a 100644
--- a/dlls/msxml3/domdoc.c
+++ b/dlls/msxml3/domdoc.c
@@ -2637,7 +2637,7 @@ static HRESULT WINAPI domdoc_validateNode(
 
     if (!is_wellformed(get_doc(This)))
     {
-        ERR("doc not well-formed");
+        ERR("doc not well-formed\n");
         if (err)
             *err = create_parseError(E_XML_NOTWF, NULL, NULL, NULL, 0, 0, 0);
         return S_FALSE;




More information about the wine-cvs mailing list