From 1ff6a8338df31c1153d6627e4b7b42e90b34d9ab Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 24 Feb 2013 12:05:15 +0000 Subject: imap: Corrected spacing of trailing brace --- lib/imap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/imap.c') diff --git a/lib/imap.c b/lib/imap.c index 559ae0bba..ba1f6fd8b 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -347,7 +347,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, else { failf(conn->data, "Bad tagged response"); *resp = -1; - } + } return TRUE; } -- cgit v1.2.3