cookie.c: Fix misleading indentation

Closes https://github.com/curl/curl/pull/911
This commit is contained in:
Viktor Szakats 2016-07-12 22:44:31 +02:00 committed by Jay Satiro
parent f9eed596a3
commit bcc8f485e5
1 changed files with 1 additions and 1 deletions

View File

@ -1314,7 +1314,7 @@ static int cookie_output(struct CookieInfo *c, const char *dumphere)
fprintf(out, "#\n# Fatal libcurl error\n");
if(!use_stdout)
fclose(out);
return 1;
return 1;
}
fprintf(out, "%s\n", format_ptr);
free(format_ptr);