summaryrefslogtreecommitdiffstats
path: root/schedutils
diff options
context:
space:
mode:
Diffstat (limited to 'schedutils')
-rw-r--r--schedutils/chrt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/schedutils/chrt.c b/schedutils/chrt.c
index d9dfd4dd1..b1c910879 100644
--- a/schedutils/chrt.c
+++ b/schedutils/chrt.c
@@ -267,6 +267,7 @@ int main(int argc, char **argv)
return EXIT_SUCCESS;
case 'h':
ret = EXIT_SUCCESS;
+ /* fallthrough */
default:
show_usage(ret);
}