diff options
author | Karel Zak | 2012-01-31 21:14:40 +0100 |
---|---|---|
committer | Karel Zak | 2012-01-31 21:16:28 +0100 |
commit | 337b8eade060146ccf3c5a83575764316aa0b30e (patch) | |
tree | 10420b73cfd850149fb1aab900f2750e1910168e /schedutils | |
parent | blkid: add comment to keep static analysers happy (diff) | |
download | kernel-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')
-rw-r--r-- | schedutils/chrt.c | 1 |
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); } |