diff options
Diffstat (limited to 'miscutils/chrt.c')
-rw-r--r-- | miscutils/chrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index d549708b4..98399cedb 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -52,7 +52,7 @@ int chrt_main(int argc, char** argv) | |||
52 | int prio = 0, policy = SCHED_RR; | 52 | int prio = 0, policy = SCHED_RR; |
53 | 53 | ||
54 | opt_complementary = "r--fo:f--ro:r--fo"; /* only one policy accepted */ | 54 | opt_complementary = "r--fo:f--ro:r--fo"; /* only one policy accepted */ |
55 | opt = getopt32(argc, argv, "+mp:rfo", &p_opt); | 55 | opt = getopt32(argv, "+mp:rfo", &p_opt); |
56 | if (opt & OPT_r) | 56 | if (opt & OPT_r) |
57 | policy = SCHED_RR; | 57 | policy = SCHED_RR; |
58 | if (opt & OPT_f) | 58 | if (opt & OPT_f) |