summaryrefslogtreecommitdiffstats
path: root/libexec/mail.local
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2002-06-02 01:27:15 +0000
committerderaadt <deraadt@openbsd.org>2002-06-02 01:27:15 +0000
commite376af16321c22ca84ddbf935b28a3a4e6521240 (patch)
treef790bb52d7ff01dd71968cc89838ceac18f32231 /libexec/mail.local
parentexit(1) not exit(-1) (diff)
downloadwireguard-openbsd-e376af16321c22ca84ddbf935b28a3a4e6521240.tar.xz
wireguard-openbsd-e376af16321c22ca84ddbf935b28a3a4e6521240.zip
minor KNF
Diffstat (limited to 'libexec/mail.local')
-rw-r--r--libexec/mail.local/mail.local.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/mail.local/mail.local.c b/libexec/mail.local/mail.local.c
index 5e6afe35f92..604410678de 100644
--- a/libexec/mail.local/mail.local.c
+++ b/libexec/mail.local/mail.local.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mail.local.c,v 1.22 2001/08/18 21:37:38 deraadt Exp $ */
+/* $OpenBSD: mail.local.c,v 1.23 2002/06/02 01:27:16 deraadt Exp $ */
/*-
* Copyright (c) 1996-1998 Theo de Raadt <deraadt@theos.com>
@@ -45,7 +45,7 @@ char copyright[] =
#if 0
static char sccsid[] = "from: @(#)mail.local.c 5.6 (Berkeley) 6/19/91";
#else
-static char rcsid[] = "$OpenBSD: mail.local.c,v 1.22 2001/08/18 21:37:38 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: mail.local.c,v 1.23 2002/06/02 01:27:16 deraadt Exp $";
#endif
#endif /* not lint */
@@ -81,7 +81,7 @@ main(argc, argv)
from = NULL;
while ((ch = getopt(argc, argv, "lLdf:r:H")) != -1)
- switch(ch) {
+ switch (ch) {
case 'd': /* backward compatible */
break;
case 'f':