From d3761451f5de6f1e7341767acab0eb43366f165a Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Sat, 2 Apr 2005 14:12:27 +0000 Subject: [PATCH] Fix compile failure in as10k1.c regarding label at end of compound statement. --- as10k1/as10k1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: - + ; } } -- 2.47.1