Loading src/tool_operate.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -196,7 +196,8 @@ static CURLcode operate_init(struct Configurable *config) return CURLE_OK; 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]; char errorbuffer[CURL_ERROR_SIZE]; struct ProgressData progressbar; struct ProgressData progressbar; Loading Loading
src/tool_operate.c +2 −1 Original line number Original line Diff line number Diff line Loading @@ -196,7 +196,8 @@ static CURLcode operate_init(struct Configurable *config) return CURLE_OK; 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]; char errorbuffer[CURL_ERROR_SIZE]; struct ProgressData progressbar; struct ProgressData progressbar; Loading