oledb32/tests: Make test_database() static.

Francois Gouget fgouget at free.fr
Thu Oct 4 02:44:43 CDT 2012


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

diff --git a/dlls/oledb32/tests/database.c b/dlls/oledb32/tests/database.c
index c0d5237..fe92bb8 100644
--- a/dlls/oledb32/tests/database.c
+++ b/dlls/oledb32/tests/database.c
@@ -31,7 +31,7 @@
 #include "wine/test.h"
 
 
-void test_database(void)
+static void test_database(void)
 {
     HRESULT hr;
     IDBInitialize *dbinit = NULL;
-- 
1.7.10.4



More information about the wine-patches mailing list