diff --git a/src/main.c b/src/main.c index 464249a2..ae233468 100644 --- a/src/main.c +++ b/src/main.c @@ -360,7 +360,6 @@ static int set_option(char **options, const char *name, const char *value) break; default: die("Unknown option type - option %s", name); - break; } for (i = 0; i < MAX_OPTIONS; i++) {