aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-06-28 11:04:34 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-06-28 11:04:34 +0000
commit13f1b3693b5f5db62d91a03625eb7fd8aef201da (patch)
treefbd8e27de5b934e160bf008266e484ff86b784b8 /driver.c
parent1b0445caadad8c59d0fc9ead943d4aa3f0f59275 (diff)
downloadfetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.tar.gz
fetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.tar.bz2
fetchmail-13f1b3693b5f5db62d91a03625eb7fd8aef201da.zip
Try to beat a sign-extension bug.
svn path=/trunk/; revision=2912
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 267b33c1..14ab1602 100644
--- a/driver.c
+++ b/driver.c
@@ -2229,7 +2229,7 @@ const int maxfetch; /* maximum number of messages to fetch */
(dispatches && protocol->retry && !ctl->keep && !ctl->errcount);
}
- no_error:
+ /* no_error: */
/* ordinary termination with no errors -- officially log out */
ok = (protocol->logout_cmd)(mailserver_socket, ctl);
/*