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

Alexandre Julliard julliard at winehq.org
Mon Feb 20 11:17:33 CST 2012


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Sun Feb 19 23:32:17 2012 +0100

msxml3/tests: Make test_XPath() static.

---

 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;




More information about the wine-cvs mailing list