From a4d98aea373e04f3fdc3c492c1688ba52ce490a9 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 27 May 2017 12:29:55 +0200 Subject: [PATCH] options: remove stray continue statement The continue statement was mistakingly copy-pasted from other error handling code. Signed-off-by: Jo-Philipp Wich --- options.c | 1 - 1 file changed, 1 deletion(-) diff --git a/options.c b/options.c index ae6bf5d..f686cf0 100644 --- a/options.c +++ b/options.c @@ -991,7 +991,6 @@ fw3_parse_options(void *s, const struct fw3_option *opts, { warn_elem(e, "has invalid value '%s'", p); valid = false; - continue; } } } -- 2.25.1