diff --git a/src/hnbgw.c b/src/hnbgw.c index 965e8a41..9211a7e2 100644 --- a/src/hnbgw.c +++ b/src/hnbgw.c @@ -472,6 +472,7 @@ static void handle_options(int argc, char **argv) switch (c) { case 0: handle_long_options(argv[0], long_option); + break; case 'h': print_usage(); print_help();