aboutsummaryrefslogtreecommitdiffstats
path: root/test_apps/esme.c
diff options
context:
space:
mode:
Diffstat (limited to 'test_apps/esme.c')
-rw-r--r--test_apps/esme.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test_apps/esme.c b/test_apps/esme.c
index 31ea222..77fb198 100644
--- a/test_apps/esme.c
+++ b/test_apps/esme.c
@@ -56,6 +56,7 @@ int main( int argc, char **argv )
break;
default:
printf("Error: unrecognized option\n");
+ /* fall thru */
case 'h':
printf("usage: %s %s\n", argv[0], HELP_FORMAT);
return( -1 );