From da0734ae3c7856328c38cc5ffff9d6d5f33ccd1e Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 18 Jul 2009 15:40:39 +0200 Subject: [PATCH] Remove unused label "out". --- audiod_command.c | 1 - 1 file changed, 1 deletion(-) diff --git a/audiod_command.c b/audiod_command.c index 710f4b6d..4706131d 100644 --- a/audiod_command.c +++ b/audiod_command.c @@ -196,7 +196,6 @@ int com_stat(int fd, int argc, char **argv) buf = tmp; } ret = client_write(fd, buf); -out: if (ret > 0) ret = stat_client_add(fd, mask); free(buf); -- 2.39.2