Francois Gouget : mshtml/tests: Make test_insert_adjacent_elems() static.

Alexandre Julliard julliard at winehq.org
Mon Mar 4 13:23:39 CST 2013


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

Author: Francois Gouget <fgouget at free.fr>
Date:   Mon Mar  4 14:36:29 2013 +0100

mshtml/tests: Make test_insert_adjacent_elems() static.

---

 dlls/mshtml/tests/dom.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
 




More information about the wine-cvs mailing list