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

Francois Gouget fgouget at free.fr
Fri Dec 3 08:02:20 CST 2010


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




More information about the wine-patches mailing list