[PATCH] msxml3/tests: Make test_namespaces_as_attributes() static.

Francois Gouget fgouget at free.fr
Fri Sep 14 09:47:51 CDT 2018


Signed-off-by: Francois Gouget <fgouget at free.fr>
---
 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 b602e030a8b..b7b29e332d0 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -12847,7 +12847,7 @@ static const namespace_as_attribute_t namespace_as_attribute_test_data[] = {
     { 0 }
 };
 
-void test_namespaces_as_attributes(void)
+static void test_namespaces_as_attributes(void)
 {
     const namespace_as_attribute_t *entry = namespace_as_attribute_test_data;
     static const char ns_as_attr_doc[] = {
-- 
2.18.0




More information about the wine-devel mailing list