Skip to content
Snippets Groups Projects
Commit 26497611 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard
Browse files

msi: Make find_table() static.

parent 1e8abc39
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment