Francois Gouget : oledb32/tests: Make test_database() static.

Alexandre Julliard julliard at winehq.org
Thu Oct 4 13:38:37 CDT 2012


Module: wine
Branch: master
Commit: 6be0dd10de874fea9958606716677db69cae71b6
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6be0dd10de874fea9958606716677db69cae71b6

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Oct  4 09:44:43 2012 +0200

oledb32/tests: Make test_database() static.

---

 dlls/oledb32/tests/database.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;




More information about the wine-cvs mailing list