From 9573595b68047f9be4d458125fbae2e218d8a2af Mon Sep 17 00:00:00 2001 From: Moritz Rosenthal Date: Thu, 22 Sep 2016 16:13:09 +0200 Subject: [PATCH] Reverted missing break in parameter validation --- src/wtp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/wtp.c b/src/wtp.c index 894c625..3222092 100644 --- a/src/wtp.c +++ b/src/wtp.c @@ -1354,6 +1354,7 @@ static void wtp_handle_argv(int argc, char **argv) { printf("Invalid -%c argument\n", optopt); exit(1); } + break; } case '?': {