netcfgx/tests: Make create_configuration() static.

Francois Gouget fgouget at free.fr
Mon Mar 31 04:26:04 CDT 2014


---
 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 2a9f0eb..084f8cd 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};
-- 
1.9.1




More information about the wine-patches mailing list