mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
wrc: Fix non-ANSI function declaration. Found by sparse.
This commit is contained in:
parent
a211a64eca
commit
f69d6fd450
@ -1040,7 +1040,7 @@ static void add_resource(resource_t *res)
|
||||
idnode->langs = langnode;
|
||||
}
|
||||
|
||||
static void setup_tabs()
|
||||
static void setup_tabs(void)
|
||||
{
|
||||
int i;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user