diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-26 20:40:22 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-26 20:40:22 +0000 |
commit | acd22f05ddc1afb3e710daa6f77f3b92568a637d (patch) | |
tree | 22991d1ac460d6b45dd27667a3d966c1a09eb5c6 /lib | |
parent | ce9a0a6d657f5a01c6b76dfd5bb79f15152bef0d (diff) |
imap: Corrected comment in imap_endofresp()
Diffstat (limited to 'lib')
-rw-r--r-- | lib/imap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c index bd21043d0..685eb4d7f 100644 --- a/lib/imap.c +++ b/lib/imap.c @@ -386,7 +386,7 @@ static bool imap_endofresp(struct connectdata *conn, char *line, size_t len, return TRUE; } - /* Do we have an untagged command response */ + /* Do we have an untagged command response? */ if(len >= 2 && !memcmp("* ", line, 2)) { switch(imapc->state) { /* States which are interested in untagged responses */ |