diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-30 05:55:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-04-30 05:55:07 +0000 |
commit | dd54c3189529154d3e721734ddc2124dbcc0ab8b (patch) | |
tree | 671478ae3465363683ecbf08473bd02610d37392 /bin/rmail/rmail.c | |
parent | fd1e6c7f3c25d831d0731a4c23eed63ae62fa97f (diff) |
Wall
Diffstat (limited to 'bin/rmail/rmail.c')
-rw-r--r-- | bin/rmail/rmail.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bin/rmail/rmail.c b/bin/rmail/rmail.c index 4bc5282ae32..40752724312 100644 --- a/bin/rmail/rmail.c +++ b/bin/rmail/rmail.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rmail.c,v 1.8 1997/09/01 18:30:29 deraadt Exp $ */ +/* $OpenBSD: rmail.c,v 1.9 1998/04/30 05:55:06 deraadt Exp $ */ /* $NetBSD: rmail.c,v 1.8 1995/09/07 06:51:50 jtc Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)rmail.c 8.3 (Berkeley) 5/15/95"; #else -static char rcsid[] = "$OpenBSD: rmail.c,v 1.8 1997/09/01 18:30:29 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: rmail.c,v 1.9 1998/04/30 05:55:06 deraadt Exp $"; #endif #endif /* not lint */ @@ -169,7 +169,7 @@ main(argc, argv) } /* Else use the string up to the last bang. */ - if (p == NULL) + if (p == NULL) { if (*addrp == '!') err(EX_DATAERR, "bang starts address: %s", addrp); @@ -183,6 +183,7 @@ main(argc, argv) if (debug) (void)fprintf(stderr, "bang: %s\n", p); } + } /* 'p' now points to any system string from this line. */ if (p != NULL) { |