parse_args: fix a too long source code line
This commit is contained in:
parent
4548e0fe71
commit
d48eb1dd69
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user