1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

imap: Corrected whitespace

This commit is contained in:
Steve Holme 2013-02-26 20:37:08 +00:00
parent f92f341a3f
commit ce9a0a6d65

View File

@ -399,7 +399,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len,
if(!imap_matchresp(line, len, "FETCH"))
return FALSE;
break;
/* Ignore other untagged responses */
default:
return FALSE;