mirror of
https://github.com/curl/curl.git
synced 2026-06-05 14:24:15 +03:00
tool_operate: shortened too-long source line
This commit is contained in:
parent
7d242658ac
commit
ff0547e70e
1 changed files with 2 additions and 1 deletions
|
|
@ -196,7 +196,8 @@ static CURLcode operate_init(struct Configurable *config)
|
|||
return CURLE_OK;
|
||||
}
|
||||
|
||||
static int operate_do(struct Configurable *config, int argc, argv_item_t argv[])
|
||||
static int operate_do(struct Configurable *config, int argc,
|
||||
argv_item_t argv[])
|
||||
{
|
||||
char errorbuffer[CURL_ERROR_SIZE];
|
||||
struct ProgressData progressbar;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue