summaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/imap.c b/lib/imap.c
index a9022ed11..1157d8fc1 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -1840,7 +1840,7 @@ static char *imap_atom(const char *str, bool escape_only)
else if(!escape_only) {
const char *p3 = atom_specials;
- while (*p3 && !others_exists) {
+ while(*p3 && !others_exists) {
if(*p1 == *p3)
others_exists = TRUE;