mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 10:41:12 +00:00
msxml3/tests: Make test_XPath() static.
This commit is contained in:
parent
79e85098d0
commit
ebe1a25208
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue