From: James Courtier-Dutton Date: Sat, 2 Apr 2005 14:12:27 +0000 (+0000) Subject: Fix compile failure in as10k1.c regarding label at end of compound statement. X-Git-Tag: v1.0.9rc3~9 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=d3761451f5de6f1e7341767acab0eb43366f165a;p=alsa-tools.git Fix compile failure in as10k1.c regarding label at end of compound statement. --- diff --git a/as10k1/as10k1.c b/as10k1/as10k1.c index 838c5ce..d3de615 100644 --- a/as10k1/as10k1.c +++ b/as10k1/as10k1.c @@ -159,7 +159,7 @@ void parse_cli_args(int argc, char *argv[]) } next_cli_arg: - + ; } }