aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-06-18 20:43:47 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-06-18 20:43:47 +0000
commite95b8d68642cbd3b9a10509547e706db85a21883 (patch)
tree48cacbd72682112bee12826d63f7014d285299b0 /driver.c
parent762d2d7896dbd744ff6f699b3140366b9f03a565 (diff)
downloadfetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.tar.gz
fetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.tar.bz2
fetchmail-e95b8d68642cbd3b9a10509547e706db85a21883.zip
Comment fixup.
svn path=/trunk/; revision=3360
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/driver.c b/driver.c
index 27259847..812bab62 100644
--- a/driver.c
+++ b/driver.c
@@ -507,9 +507,10 @@ static int fetch_messages(int mailserver_socket, struct query *ctl,
if (suppress_readbody)
{
/* When readheaders returns PS_TRUNCATED,
- the body (which has no content
- has already been read by readheaders,
- so we say readbody returned PS_SUCCESS */
+ * the body (which has no content)
+ * has already been read by readheaders,
+ * so we say readbody returned PS_SUCCESS
+ */
ok = PS_SUCCESS;
}
else