mirror of
https://github.com/curl/curl.git
synced 2026-08-15 12:03:48 +03:00
imap: Fix typo in comment
This commit is contained in:
parent
b5d1de8e21
commit
bd91e7f340
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue