diff options
Diffstat (limited to 'apps/plugins/viewer.c')
| -rw-r--r-- | apps/plugins/viewer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/viewer.c b/apps/plugins/viewer.c index a461926..a2afbc0 100644 --- a/apps/plugins/viewer.c +++ b/apps/plugins/viewer.c @@ -1426,7 +1426,7 @@ static void viewer_menu(void) done = viewer_options_menu(); break; case 2: /* playback control */ - playback_control(rb); + playback_control(rb, NULL); break; case 3: /* return */ break; |