Commit 51cc433c authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

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

parent 30f67b15
......@@ -60,7 +60,7 @@ static unsigned char *(*pcapi20_get_manufacturer)(unsigned, unsigned char *) = N
static unsigned char *(*pcapi20_get_serial_number)(unsigned, unsigned char *) = NULL;
static unsigned char *(*pcapi20_get_version)(unsigned, unsigned char *) = NULL;
static void load_functions() {
static void load_functions(void) {
void *capi_handle = NULL;
if (pcapi20_register) /* loaded already */
......
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