tool_operate.c: Fixed TAB is white space from commit 5b8ae0a985

This commit is contained in:
Steve Holme 2014-05-09 13:29:23 +01:00
parent 952b54095a
commit 5376ed2474
1 changed files with 1 additions and 1 deletions

View File

@ -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 */