oledb32/tests: Make test_database() static.

oldstable
Francois Gouget 2012-10-04 09:44:43 +02:00 committed by Alexandre Julliard
parent 523ca37f11
commit 6be0dd10de
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
#include "wine/test.h"
void test_database(void)
static void test_database(void)
{
HRESULT hr;
IDBInitialize *dbinit = NULL;