aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1998-03-24 01:26:09 +0000
committerEric S. Raymond <esr@thyrsus.com>1998-03-24 01:26:09 +0000
commit6ea6d46ba082a890320159232b53760cfc37c052 (patch)
tree0c235ebad822e553f8aac4e2c75ff64c601b42b0
parentc753710356d36bb624bd975a8409a6d794c00dda (diff)
downloadfetchmail-6ea6d46ba082a890320159232b53760cfc37c052.tar.gz
fetchmail-6ea6d46ba082a890320159232b53760cfc37c052.tar.bz2
fetchmail-6ea6d46ba082a890320159232b53760cfc37c052.zip
Typo fix.
svn path=/trunk/; revision=1720
-rw-r--r--imap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/imap.c b/imap.c
index 86a5e245..ae2098da 100644
--- a/imap.c
+++ b/imap.c
@@ -715,7 +715,7 @@ static int imap_getrange(int sock,
int ok;
/* find out how many messages are waiting */
- *bytes, recent = unseen = -1;
+ *bytes = recent = unseen = -1;
if (pass > 1)
{