diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2016-07-12 22:44:31 +0200 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-07-13 03:09:20 -0400 |
commit | bcc8f485e5e364deb6b5ad8502635b4358aaa277 (patch) | |
tree | 6d949eea753310fb09bd0ab9691567270fa793fa | |
parent | f9eed596a3115e583a124ccf7f929573ee5a7da4 (diff) |
cookie.c: Fix misleading indentation
Closes https://github.com/curl/curl/pull/911
-rw-r--r-- | lib/cookie.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cookie.c b/lib/cookie.c index e4febf6f7..d5a83fd66 100644 --- a/lib/cookie.c +++ b/lib/cookie.c @@ -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); |