From: srittau Date: Thu, 7 Feb 2002 23:35:10 +0000 (+0000) Subject: Stabilizing branch streamlining: removed a superfluous break. X-Git-Tag: point-backport-1-5-2~52 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=833b8b6ca7c1e686233dc9c82d7e57922632a111;hp=07fc77e52d7016908809d99e769d31d9d20f9295;p=netatalk.git Stabilizing branch streamlining: removed a superfluous break. --- diff --git a/etc/papd/printcap.c b/etc/papd/printcap.c index 845e1b61..42675aea 100644 --- a/etc/papd/printcap.c +++ b/etc/papd/printcap.c @@ -1,5 +1,5 @@ /* - * $Id: printcap.c,v 1.6 2002-01-17 06:10:43 srittau Exp $ + * $Id: printcap.c,v 1.7 2002-02-07 23:35:10 srittau Exp $ * * Copyright (c) 1990,1994 Regents of The University of Michigan. * All Rights Reserved. See COPYRIGHT. @@ -228,7 +228,6 @@ int tgetent( cap, bp, name) continue; else break; - break; } if (c == '#' && cp == bp) skip++;