1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

tool_operate: shortened too-long source line

This commit is contained in:
Dan Fandrich 2014-02-04 21:49:10 +01:00
parent 7d242658ac
commit ff0547e70e

View File

@ -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;