summaryrefslogtreecommitdiff
path: root/apps/plugins/viewer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/viewer.c')
-rw-r--r--apps/plugins/viewer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c
index a4619269e5..a2afbc0641 100644
--- a/apps/plugins/viewer.c
+++ b/apps/plugins/viewer.c
@@ -1426,7 +1426,7 @@ static void viewer_menu(void)
1426 done = viewer_options_menu(); 1426 done = viewer_options_menu();
1427 break; 1427 break;
1428 case 2: /* playback control */ 1428 case 2: /* playback control */
1429 playback_control(rb); 1429 playback_control(rb, NULL);
1430 break; 1430 break;
1431 case 3: /* return */ 1431 case 3: /* return */
1432 break; 1432 break;