Austin English : msxml3/tests: Remove unneeded assignment (LLVM/Clang).

Alexandre Julliard julliard at winehq.org
Tue Feb 8 17:23:47 CST 2011


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

Author: Austin English <austinenglish at gmail.com>
Date:   Mon Feb  7 14:58:12 2011 -0800

msxml3/tests: Remove unneeded assignment (LLVM/Clang).

---

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

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 527b46d..34cc322 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -883,7 +883,7 @@ static void test_domdoc( void )
 if (0)
 {
     /* crashes on native */
-    r = IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL );
+    IXMLDOMDocument_loadXML( doc, (BSTR)0x1, NULL );
 }
 
     /* try some stupid things */




More information about the wine-cvs mailing list