]> granicus.if.org Git - curl/commitdiff
imap: Corrected comment in imap_endofresp()
authorSteve Holme <steve_holme@hotmail.com>
Tue, 26 Feb 2013 20:40:22 +0000 (20:40 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 26 Feb 2013 20:40:22 +0000 (20:40 +0000)
lib/imap.c

index bd21043d09477e439cbd98b93abbf931d246792d..685eb4d7f4d0cf27e19a121b7156c0b28d872095 100644 (file)
@@ -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 */