Francois Gouget : msxml3/tests: Make test_namespaces_as_attributes() static.

Alexandre Julliard julliard at winehq.org
Mon Sep 17 15:02:24 CDT 2018


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Fri Sep 14 16:47:51 2018 +0200

msxml3/tests: Make test_namespaces_as_attributes() static.

Signed-off-by: Francois Gouget <fgouget at free.fr>
Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 b602e03..b7b29e3 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[] = {




More information about the wine-cvs mailing list