From 2649761175fb4f787d17ffdf18c8452f91a525b9 Mon Sep 17 00:00:00 2001
From: Francois Gouget <fgouget@free.fr>
Date: Fri, 2 Sep 2011 10:51:16 +0200
Subject: [PATCH] msi: Make find_table() static.

---
 dlls/msi/where.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/msi/where.c b/dlls/msi/where.c
index cc80a71f451..5304900d0ce 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;
 
-- 
GitLab