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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/test_codec.c b/apps/plugins/test_codec.c
index ac0dbf1633..91599bfc5d 100644
--- a/apps/plugins/test_codec.c
+++ b/apps/plugins/test_codec.c
@@ -915,7 +915,7 @@ menu:
915#ifdef HAVE_ADJUSTABLE_CPU_FREQ 915#ifdef HAVE_ADJUSTABLE_CPU_FREQ
916 if (result == BOOST) 916 if (result == BOOST)
917 { 917 {
918 rb->set_option("Boosting", &boost, INT, 918 rb->set_option("Boosting", &boost, RB_INT,
919 boost_settings, 2, NULL); 919 boost_settings, 2, NULL);
920 goto menu; 920 goto menu;
921 } 921 }