diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_getparam.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_getparam.c b/src/tool_getparam.c index 9cd996c90..5e907416b 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); } } |