scrrun/tests: Make test_interfaces() static.

Francois Gouget fgouget at free.fr
Fri Apr 20 01:40:00 CDT 2012


---
 dlls/scrrun/tests/filesystem.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/scrrun/tests/filesystem.c b/dlls/scrrun/tests/filesystem.c
index b86c43c..c48baa4 100644
--- a/dlls/scrrun/tests/filesystem.c
+++ b/dlls/scrrun/tests/filesystem.c
@@ -29,7 +29,7 @@
 #include "initguid.h"
 #include "scrrun.h"
 
-void test_interfaces(void)
+static void test_interfaces(void)
 {
     HRESULT hr;
     IDispatch *disp;
-- 
1.7.9.5




More information about the wine-patches mailing list