From a94e8e4f82f20f5285713a80598a90021f38f560 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 7 Jul 2013 18:54:32 +0200 Subject: [PATCH 1/1] audiod: Remove pointless continue statement in com_stat(). The loop ends here anyway. --- audiod_command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audiod_command.c b/audiod_command.c index 7b69e1ab..332ce85b 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -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) -- 2.39.2