msxml3/tests: Make test_XPath() static.

Francois Gouget fgouget at free.fr
Sun Feb 19 16:32:17 CST 2012


---
 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 fb3eab4..4f25961 100644
--- a/dlls/msxml3/tests/domdoc.c
+++ b/dlls/msxml3/tests/domdoc.c
@@ -5523,7 +5523,7 @@ static const selection_ns_t selection_ns_data[] = {
     { NULL }
 };
 
-void test_XPath(void)
+static void test_XPath(void)
 {
     const selection_ns_t *ptr = selection_ns_data;
     VARIANT var;
-- 
1.7.9




More information about the wine-patches mailing list