From 16b94cdd23e90c88fea2621d90bbd88ac5ec33d9 Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Mon, 31 Mar 2014 11:26:04 +0200 Subject: [PATCH] netcfgx/tests: Make create_configuration() static. --- dlls/netcfgx/tests/netcfgx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/netcfgx/tests/netcfgx.c b/dlls/netcfgx/tests/netcfgx.c index 2a9f0eb4b3f..084f8cd1fa6 100644 --- a/dlls/netcfgx/tests/netcfgx.c +++ b/dlls/netcfgx/tests/netcfgx.c @@ -23,7 +23,7 @@ #include "netcfgx.h" #include "wine/test.h" -void create_configuration(void) +static void create_configuration(void) { static const WCHAR tcpipW[] = {'M','S','_','T','C','P','I','P',0}; static const WCHAR myclient[] = {'M','Y',' ','C','L','I','E','N','T',0};