From: Steve Holme Date: Fri, 9 May 2014 12:29:23 +0000 (+0100) Subject: tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985 X-Git-Tag: curl-7_37_0~48 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5376ed2474be308031f0ba064c4db1d44d60da44;p=thirdparty%2Fcurl.git tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985 --- diff --git a/src/tool_operate.c b/src/tool_operate.c index 171f4aaa1a..7792bf3613 100644 --- a/src/tool_operate.c +++ b/src/tool_operate.c @@ -561,7 +561,7 @@ static CURLcode operate_do(struct GlobalConfig *global, else if(urls) { /* fill '#1' ... '#9' terms from URL pattern */ char *storefile = outfile; - res = (CURLcode) glob_match_url(&outfile, storefile, urls); + res = (CURLcode) glob_match_url(&outfile, storefile, urls); Curl_safefree(storefile); if(res) { /* bad globbing */