diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-11 15:50:35 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-11 15:50:35 +0000 |
commit | 19548c75834e9a7aac323ff13e838300532d6c68 (patch) | |
tree | 868aeefa6b787b9d04420201f363095588444e66 /usr.bin | |
parent | 75c9279c791ec4276d9bbb969aa18b7dd9356260 (diff) |
makes source code fit on a 80-column display, no binary change.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/vacation/vacation.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/vacation/vacation.c b/usr.bin/vacation/vacation.c index a9d1f639cb9..46f1beb4580 100644 --- a/usr.bin/vacation/vacation.c +++ b/usr.bin/vacation/vacation.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vacation.c,v 1.30 2007/09/11 15:47:17 gilles Exp $ */ +/* $OpenBSD: vacation.c,v 1.31 2009/10/11 15:50:34 sobrado Exp $ */ /* $NetBSD: vacation.c,v 1.7 1995/04/29 05:58:27 cgd Exp $ */ /* @@ -40,7 +40,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)vacation.c 8.2 (Berkeley) 1/26/94"; #endif -static char rcsid[] = "$OpenBSD: vacation.c,v 1.30 2007/09/11 15:47:17 gilles Exp $"; +static char rcsid[] = "$OpenBSD: vacation.c,v 1.31 2009/10/11 15:50:34 sobrado Exp $"; #endif /* not lint */ /* @@ -319,7 +319,8 @@ findme: for (cur = names; !tome && cur; cur = cur->next) if (!tome) exit(0); if (!*from) { - syslog(LOG_NOTICE, "no initial \"From\" or \"Return-Path\"line."); + syslog(LOG_NOTICE, + "no initial \"From\" or \"Return-Path\"line."); exit(1); } } |