From: Daniel Stenberg Date: Sun, 27 May 2012 12:08:46 +0000 (+0200) Subject: pop3: remove trailing whitespace X-Git-Tag: curl-7_27_0~331 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc454bd16b546871b9910ec4d4b0ade899c43e56;p=curl pop3: remove trailing whitespace --- diff --git a/lib/pop3.c b/lib/pop3.c index 99dc6c537..ae540378f 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -214,7 +214,7 @@ static int pop3_endofresp(struct pingpong *pp, int *resp) char *line = pp->linestart_resp; size_t len = pp->nread_resp; - if((len < 3 || memcmp("+OK", line, 3)) && + if((len < 3 || memcmp("+OK", line, 3)) && (len < 4 || memcmp("-ERR", line, 4))) return FALSE; /* Nothing for us */