aboutsummaryrefslogtreecommitdiff
path: root/lib/cookie.c
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2016-07-12 22:44:31 +0200
committerJay Satiro <raysatiro@yahoo.com>2016-07-13 03:09:20 -0400
commitbcc8f485e5e364deb6b5ad8502635b4358aaa277 (patch)
tree6d949eea753310fb09bd0ab9691567270fa793fa /lib/cookie.c
parentf9eed596a3115e583a124ccf7f929573ee5a7da4 (diff)
downloadgnurl-bcc8f485e5e364deb6b5ad8502635b4358aaa277.tar.gz
gnurl-bcc8f485e5e364deb6b5ad8502635b4358aaa277.tar.bz2
gnurl-bcc8f485e5e364deb6b5ad8502635b4358aaa277.zip
cookie.c: Fix misleading indentation
Closes https://github.com/curl/curl/pull/911
Diffstat (limited to 'lib/cookie.c')
-rw-r--r--lib/cookie.c2
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);