msi: Make find_table() static.

Francois Gouget fgouget at free.fr
Fri Sep 2 03:51:16 CDT 2011


---
 dlls/msi/where.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/msi/where.c b/dlls/msi/where.c
index cc80a71f..5304900 100644
--- a/dlls/msi/where.c
+++ b/dlls/msi/where.c
@@ -149,7 +149,7 @@ static UINT add_row(MSIWHEREVIEW *wv, UINT vals[])
     return ERROR_SUCCESS;
 }
 
-JOINTABLE *find_table(MSIWHEREVIEW *wv, UINT col, UINT *table_col)
+static JOINTABLE *find_table(MSIWHEREVIEW *wv, UINT col, UINT *table_col)
 {
     JOINTABLE *table = wv->tables;
 
-- 
1.7.5.4



More information about the wine-patches mailing list