1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

imap: Fix typo in comment

This commit is contained in:
Daniel Gustafsson 2019-05-14 12:38:09 +02:00
parent b5d1de8e21
commit bd91e7f340

View File

@ -1795,7 +1795,7 @@ static char *imap_atom(const char *str, bool escape_only)
return NULL;
/* Look for "atom-specials", counting the backslash and quote characters as
these will need escapping */
these will need escaping */
p1 = str;
while(*p1) {
if(*p1 == '\\')