mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -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;
|
return NULL;
|
||||||
|
|
||||||
/* Look for "atom-specials", counting the backslash and quote characters as
|
/* Look for "atom-specials", counting the backslash and quote characters as
|
||||||
these will need escapping */
|
these will need escaping */
|
||||||
p1 = str;
|
p1 = str;
|
||||||
while(*p1) {
|
while(*p1) {
|
||||||
if(*p1 == '\\')
|
if(*p1 == '\\')
|
||||||
|
Loading…
Reference in New Issue
Block a user