mirror of
https://github.com/moparisthebest/curl
synced 2024-12-24 09:08:49 -05:00
imap: Fix typo in comment
This commit is contained in:
parent
b5d1de8e21
commit
bd91e7f340
@ -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 == '\\')
|
||||
|
Loading…
Reference in New Issue
Block a user