options: remove stray continue statement
authorJo-Philipp Wich <jo@mein.io>
Sat, 27 May 2017 10:29:55 +0000 (12:29 +0200)
committerJo-Philipp Wich <jo@mein.io>
Sat, 27 May 2017 10:29:57 +0000 (12:29 +0200)
The continue statement was mistakingly copy-pasted from other error
handling code.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
options.c

index ae6bf5dbd89ec0da9462a75ce3ece2567f4cc249..f686cf084fa65e59098d5979ef6b0ef3f7224a50 100644 (file)
--- 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;
                                        }
                                }
                        }