]> arthur.barton.de Git - netatalk.git/commitdiff
Added a missing break statement. Patch by Chris Shiels.
authorsrittau <srittau>
Fri, 6 Jun 2003 19:35:15 +0000 (19:35 +0000)
committersrittau <srittau>
Fri, 6 Jun 2003 19:35:15 +0000 (19:35 +0000)
bin/aecho/aecho.c

index 3ce4fbfd0838e040751783b896ec23721c594d7e..7d02b8d116964a8b781bb7e307a30121df762e7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: aecho.c,v 1.5 2001-08-03 22:07:22 srittau Exp $
+ * $Id: aecho.c,v 1.6 2003-06-06 19:35:15 srittau Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -139,6 +139,8 @@ int main( ac, av )
                fprintf(stderr, "Bad address.\n");
                exit(1);
            }
+           break;
+
          case 'c' :
            pings = atoi( optarg );
            break;