aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hnbgw.c')
-rw-r--r--src/hnbgw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw.c b/src/hnbgw.c
index 965e8a4..9211a7e 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();