aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2005-07-26 22:53:59 +0000
committerMatthias Andree <matthias.andree@gmx.de>2005-07-26 22:53:59 +0000
commit39748b973691feacdea50448cbfdabdc5ab624e5 (patch)
tree78cc2f704600a1f5668bd0b8ccdcee7f071a16ce /driver.c
parent55e00bc5c9b9c8a899155be8e1986a429883e9c4 (diff)
downloadfetchmail-39748b973691feacdea50448cbfdabdc5ab624e5.tar.gz
fetchmail-39748b973691feacdea50448cbfdabdc5ab624e5.tar.bz2
fetchmail-39748b973691feacdea50448cbfdabdc5ab624e5.zip
Add a comment.
svn path=/trunk/; revision=4185
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 e51060c5..f3145be2 100644
--- a/driver.c
+++ b/driver.c
@@ -818,7 +818,7 @@ flagthemail:
maxfetch, count - *fetches, ctl->server.truename, ctl->remotename);
return(PS_MAXFETCH);
}
- }
+ } /* for (num = 1; num <= count; num++) */
return(PS_SUCCESS);
}