]> arthur.barton.de Git - netatalk.git/commitdiff
Stabilizing branch streamlining: removed a superfluous break.
authorsrittau <srittau>
Thu, 7 Feb 2002 23:35:10 +0000 (23:35 +0000)
committersrittau <srittau>
Thu, 7 Feb 2002 23:35:10 +0000 (23:35 +0000)
etc/papd/printcap.c

index 845e1b618a67262d2b4a40c3dcaf49f399be72aa..42675aea3474cb4de6a34fe27bf28cf73d43807b 100644 (file)
@@ -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++;