summaryrefslogtreecommitdiffstats
path: root/schedutils/chrt.c
diff options
context:
space:
mode:
authorKarel Zak2012-01-31 21:14:40 +0100
committerKarel Zak2012-01-31 21:16:28 +0100
commit337b8eade060146ccf3c5a83575764316aa0b30e (patch)
tree10420b73cfd850149fb1aab900f2750e1910168e /schedutils/chrt.c
parentblkid: add comment to keep static analysers happy (diff)
downloadkernel-qcow2-util-linux-337b8eade060146ccf3c5a83575764316aa0b30e.tar.gz
kernel-qcow2-util-linux-337b8eade060146ccf3c5a83575764316aa0b30e.tar.xz
kernel-qcow2-util-linux-337b8eade060146ccf3c5a83575764316aa0b30e.zip
chrt: add comment to keep static analysers happy
Diffstat (limited to 'schedutils/chrt.c')
-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);
}