diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 9cd996c90b..5e907416b1 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -1857,7 +1857,8 @@ ParameterError parse_args(struct GlobalConfig *config, int argc, bool used; /* Just add the URL please */ - result = getparameter((char *)"--url", argv[i], &used, config, operation); + result = getparameter((char *)"--url", argv[i], &used, config, + operation); } }