pki: Avoid naming conflict with global variables for passed arguments
This commit is contained in:
+1
-1
@@ -243,7 +243,7 @@ int command_usage(char *error)
|
|||||||
/**
|
/**
|
||||||
* Show usage information
|
* Show usage information
|
||||||
*/
|
*/
|
||||||
static int help(int argc, char *argv[])
|
static int help(int c, char *v[])
|
||||||
{
|
{
|
||||||
return command_usage(NULL);
|
return command_usage(NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user