Commit b039192d authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

mshtml/tests: Make test_insert_adjacent_elems() static.

parent 06489c65
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment