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