Skip to content
Snippets Groups Projects
Commit f69d6fd4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard
Browse files

wrc: Fix non-ANSI function declaration. Found by sparse.

parent a211a64e
Branches
Tags
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment