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

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

parent 30f67b15
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
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