summaryrefslogtreecommitdiffstats
path: root/usr.sbin/lpr
diff options
context:
space:
mode:
authormpi <mpi@openbsd.org>2013-02-15 08:28:08 +0000
committermpi <mpi@openbsd.org>2013-02-15 08:28:08 +0000
commit5dc5b1ad1cd7ebae8f16c4830ee6b960ff9152bf (patch)
tree2069bdf75a96638c4381939fd638660a39f3d39b /usr.sbin/lpr
parentARPANET -> Internet (diff)
downloadwireguard-openbsd-5dc5b1ad1cd7ebae8f16c4830ee6b960ff9152bf.tar.xz
wireguard-openbsd-5dc5b1ad1cd7ebae8f16c4830ee6b960ff9152bf.zip
Add missing break, reported by Jared S. Candelaria.
Diffstat (limited to 'usr.sbin/lpr')
-rw-r--r--usr.sbin/lpr/lpr/lpr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/lpr/lpr/lpr.c b/usr.sbin/lpr/lpr/lpr.c
index 831758cb882..8533853dbee 100644
--- a/usr.sbin/lpr/lpr/lpr.c
+++ b/usr.sbin/lpr/lpr/lpr.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lpr.c,v 1.42 2009/10/27 23:59:52 deraadt Exp $ */
+/* $OpenBSD: lpr.c,v 1.43 2013/02/15 08:28:08 mpi Exp $ */
/* $NetBSD: lpr.c,v 1.19 2000/10/11 20:23:52 is Exp $ */
/*
@@ -150,6 +150,7 @@ main(int argc, char **argv)
if (i > 0)
ncopies = i;
}
+ break;
case '4': /* troff fonts */
case '3':