mshtml/tests: Make test_insert_adjacent_elems() static.

Francois Gouget fgouget at free.fr
Mon Mar 4 07:36:29 CST 2013


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

diff --git a/dlls/mshtml/tests/dom.c b/dlls/mshtml/tests/dom.c
index 913411c..2fde048 100644
--- a/dlls/mshtml/tests/dom.c
+++ b/dlls/mshtml/tests/dom.c
@@ -4195,7 +4195,7 @@ static void _insert_adjacent_elem(unsigned line, IHTMLElement *parent, const cha
     IHTMLElement_Release(ret_elem);
 }
 
-void test_insert_adjacent_elems(IHTMLDocument2 *doc, IHTMLElement *parent)
+static void test_insert_adjacent_elems(IHTMLDocument2 *doc, IHTMLElement *parent)
 {
     IHTMLElement *elem, *elem2;
 
-- 
1.7.10.4



More information about the wine-patches mailing list