Commit f69d6fd4 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent a211a64e
......@@ -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;
......
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