summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/sendmail/mail.local/mail.local.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sendmail/mail.local/mail.local.c b/contrib/sendmail/mail.local/mail.local.c
index cd13f44..cc5911c 100644
--- a/contrib/sendmail/mail.local/mail.local.c
+++ b/contrib/sendmail/mail.local/mail.local.c
@@ -186,7 +186,7 @@ main(argc, argv)
break;
case 'B':
- nobiff = TRUE;
+ nobiff = true;
break;
case 'b': /* bounce mail when over quota. */
OpenPOWER on IntegriCloud