projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d24265
)
tool_operate: shortened too-long source line
author
Dan Fandrich
<dan@coneharvesters.com>
Tue, 4 Feb 2014 20:49:10 +0000
(21:49 +0100)
committer
Dan Fandrich
<dan@coneharvesters.com>
Tue, 4 Feb 2014 20:49:40 +0000
(21:49 +0100)
src/tool_operate.c
patch
|
blob
|
history
diff --git
a/src/tool_operate.c
b/src/tool_operate.c
index 2dace46f3b5679b2d588ca015b669b4fbdd4481b..de49bc9b196af7b08ec1a02807184e871bf7f241 100644
(file)
--- a/
src/tool_operate.c
+++ b/
src/tool_operate.c
@@
-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;