From bcc8f485e5e364deb6b5ad8502635b4358aaa277 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 12 Jul 2016 22:44:31 +0200 Subject: cookie.c: Fix misleading indentation Closes https://github.com/curl/curl/pull/911 --- lib/cookie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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); -- cgit v1.2.3