mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
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…
Reference in New Issue
Block a user