summaryrefslogtreecommitdiff
path: root/mailbox/sendmail.c
diff options
context:
space:
mode:
Diffstat (limited to 'mailbox/sendmail.c')
-rw-r--r--mailbox/sendmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mailbox/sendmail.c b/mailbox/sendmail.c
index 0979f61e6..cac044674 100644
--- a/mailbox/sendmail.c
+++ b/mailbox/sendmail.c
@@ -359,7 +359,7 @@ sendmail_send_message (mu_mailer_t mailer, mu_message_t msg, mu_address_t from,
MAILER_DEBUG0 (mailer, MU_DEBUG_TRACE, "Sending headers...\n");
while ((status = mu_stream_readline (stream, buffer, sizeof (buffer),
- offset, &len)) == 0
+ offset, &len)) == 0
&& len != 0)
{
if (strncasecmp (buffer, MU_HEADER_FCC,

Return to:

Send suggestions and report system problems to the System administrator.