]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
chrt: add comment to keep static analysers happy
authorKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:14:40 +0000 (21:14 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 31 Jan 2012 20:16:28 +0000 (21:16 +0100)
schedutils/chrt.c

index d9dfd4dd1d1f7848cc3a7bb2f9644781d36a691a..b1c910879c9001f3318b2e4a34ed0eadf725533b 100644 (file)
@@ -267,6 +267,7 @@ int main(int argc, char **argv)
                        return EXIT_SUCCESS;
                case 'h':
                        ret = EXIT_SUCCESS;
+                       /* fallthrough */
                default:
                        show_usage(ret);
                }