aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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