am7xxx-play: remove an unreachable break
authorAntonio Ospite <ospite@studenti.unina.it>
Thu, 14 Mar 2013 18:30:07 +0000 (19:30 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Thu, 14 Mar 2013 18:30:07 +0000 (19:30 +0100)
examples/am7xxx-play.c

index d3a8f83..0b1fa65 100644 (file)
@@ -758,7 +758,6 @@ int main(int argc, char *argv[])
                        usage(argv[0]);
                        ret = 0;
                        goto out;
-                       break;
                default: /* '?' */
                        usage(argv[0]);
                        ret = -EINVAL;