msi: Make find_table() static.

This commit is contained in:
Francois Gouget 2011-09-02 10:51:16 +02:00 committed by Alexandre Julliard
parent 1e8abc3984
commit 2649761175

View File

@ -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;