summaryrefslogtreecommitdiff
path: root/apps/plugins/chopper.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/chopper.c')
-rw-r--r--apps/plugins/chopper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/chopper.c b/apps/plugins/chopper.c
index 5c87e74e50..78cc292147 100644
--- a/apps/plugins/chopper.c
+++ b/apps/plugins/chopper.c
@@ -784,7 +784,7 @@ static int chopMenu(int menunum)
784 res = -1; 784 res = -1;
785 break; 785 break;
786 case 2: 786 case 2:
787 rb->set_option("Level", &iLevelMode, INT, levels, 2, NULL); 787 rb->set_option("Level", &iLevelMode, RB_INT, levels, 2, NULL);
788 break; 788 break;
789 case 3: 789 case 3:
790 playback_control(NULL); 790 playback_control(NULL);