diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/mail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mail.c b/src/mail.c index 8b89a1b81..679f88569 100644 --- a/src/mail.c +++ b/src/mail.c @@ -239,7 +239,7 @@ void MailEnd(MailInfo * mail) fclose(mail->readpipe); _exit(EXIT_SUCCESS); } - else if (pid < 0) + else #endif { if (mail->pipe != mail->writepipe) |