]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
audiod: Remove pointless continue statement in com_stat().
authorAndre Noll <maan@systemlinux.org>
Sun, 7 Jul 2013 16:54:32 +0000 (18:54 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 22 Sep 2013 00:29:18 +0000 (02:29 +0200)
The loop ends here anyway.

audiod_command.c

index 7b69e1ab070198a52e33f4722188cba1a769dd2a..332ce85b6b199a44f076e38c4569b38692a020c8 100644 (file)
@@ -320,7 +320,6 @@ static int com_stat(int fd, int argc, char **argv)
                if (!strncmp(arg, "-p", 2)) {
                        parser_friendly = 1;
                        b.flags = PBF_SIZE_PREFIX;
-                       continue;
                }
        }
        if (i >= argc)