diff options
Diffstat (limited to 'apps/plugins/test_codec.c')
-rw-r--r-- | apps/plugins/test_codec.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c index 56aedda1c8..9b00fdbb95 100644 --- a/apps/plugins/test_codec.c +++ b/apps/plugins/test_codec.c | |||
@@ -883,7 +883,8 @@ menu: | |||
883 | boost_settings, 2, NULL); | 883 | boost_settings, 2, NULL); |
884 | goto menu; | 884 | goto menu; |
885 | } | 885 | } |
886 | rb->cpu_boost(boost ? true: false); | 886 | if(boost) |
887 | rb->cpu_boost(true); | ||
887 | #endif | 888 | #endif |
888 | 889 | ||
889 | if (result == QUIT) | 890 | if (result == QUIT) |