Commit 26497611 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

msi: Make find_table() static.

parent 1e8abc39
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment