mirror of
https://github.com/curl/curl.git
synced 2024-11-27 05:50:21 +08: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