diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-12-21 21:17:34 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-12-21 21:17:34 +0100 |
commit | b0eb963bc730d819bd6d88150e3e665c0de70116 (patch) | |
tree | 5917f99b13b30d7f29571491df729570bdcb6589 | |
parent | 2cf9e78a229935d01b59b695c4252f31203e734d (diff) |
operate: removed a single trailing space
-rw-r--r-- | src/tool_operate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tool_operate.c b/src/tool_operate.c index f880decb5..bf73479aa 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -1233,7 +1233,7 @@ int operate(struct Configurable *config, int argc, argv_item_t argv[]) RETRY_LAST /* not used */ } retry = RETRY_NO; long response; - if((CURLE_OPERATION_TIMEDOUT == res) || + if((CURLE_OPERATION_TIMEDOUT == res) || (CURLE_COULDNT_RESOLVE_HOST == res) || (CURLE_COULDNT_RESOLVE_PROXY == res) || (CURLE_FTP_ACCEPT_TIMEOUT == res)) |