msxml3/tests: Make test_xmlns_attribute() static.

Francois Gouget fgouget at free.fr
Tue Mar 12 05:34:43 CDT 2013


---
 dlls/msxml3/tests/domdoc.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msxml3/tests/domdoc.c b/dlls/msxml3/tests/domdoc.c
index 8775312..d5f2413 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -10754,7 +10754,7 @@ static void test_nodeValue(void)
     IXMLDOMDocument_Release(doc);
 }
 
-void test_xmlns_attribute(void)
+static void test_xmlns_attribute(void)
 {
     BSTR str;
     IXMLDOMDocument *doc;
-- 
1.7.10.4



More information about the wine-patches mailing list