summaryrefslogtreecommitdiff
path: root/apps/plugins/mpegplayer/mpegplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/mpegplayer/mpegplayer.c')
-rw-r--r--apps/plugins/mpegplayer/mpegplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/mpegplayer/mpegplayer.c b/apps/plugins/mpegplayer/mpegplayer.c
index 0a12a78ceb..f71b7740f3 100644
--- a/apps/plugins/mpegplayer/mpegplayer.c
+++ b/apps/plugins/mpegplayer/mpegplayer.c
@@ -1498,7 +1498,7 @@ static void button_loop(void)
1498 mpeg_menu_sysevent_clear(); 1498 mpeg_menu_sysevent_clear();
1499 button = rb->button_get_w_tmo(WVS_MIN_UPDATE_INTERVAL); 1499 button = rb->button_get_w_tmo(WVS_MIN_UPDATE_INTERVAL);
1500 1500
1501 button = mpeg_menu_sysevent_callback(button, -1); 1501 button = mpeg_menu_sysevent_callback(button, NULL);
1502 1502
1503 switch (button) 1503 switch (button)
1504 { 1504 {