diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-06-20 17:46:17 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-06-20 17:46:17 +0000 |
commit | d3fc589c7ebf506db0e7a83272b7290f33fe01c6 (patch) | |
tree | e4529c9f5303d959161f3d651446408a0cd65a71 /usr.sbin/lpr | |
parent | 065fbd275f4a158f602d8bb1c2f7d54fa70dc5d2 (diff) |
add newline to message
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r-- | usr.sbin/lpr/lpr/lpr.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c index bc9d948eb19..4a71ca9c73f 100644 --- a/usr.sbin/lpr/lpr/lpr.c +++ b/usr.sbin/lpr/lpr/lpr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: lpr.c,v 1.13 1997/06/20 17:45:14 kstailey Exp $ */ +/* $OpenBSD: lpr.c,v 1.14 1997/06/20 17:46:16 kstailey Exp $ */ /* $NetBSD: lpr.c,v 1.10 1996/03/21 18:12:25 jtc Exp $ */ /* @@ -50,7 +50,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)lpr.c 8.4 (Berkeley) 4/28/95"; #else -static char rcsid[] = "$OpenBSD: lpr.c,v 1.13 1997/06/20 17:45:14 kstailey Exp $"; +static char rcsid[] = "$OpenBSD: lpr.c,v 1.14 1997/06/20 17:46:16 kstailey Exp $"; #endif #endif /* not lint */ @@ -448,7 +448,7 @@ copy(f, n) */ printf("%s: %s: copy file is too large\n", name, n); - printf("%s: %s: WARNING: I stupidly sent a bunch of stuff to the printer anyway", name, n); + printf("%s: %s: WARNING: I stupidly sent a bunch of stuff to the printer anyway\n", name, n); break; } } |