diff options
Diffstat (limited to 'apps/onplay.c')
-rw-r--r-- | apps/onplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/onplay.c b/apps/onplay.c index 8f19c18d42..a0da3ac2d9 100644 --- a/apps/onplay.c +++ b/apps/onplay.c | |||
@@ -1043,7 +1043,7 @@ int onplay(char* file, int attr, int from) | |||
1043 | menu_exit(m); | 1043 | menu_exit(m); |
1044 | 1044 | ||
1045 | if (exit_to_main) | 1045 | if (exit_to_main) |
1046 | result = main_menu(); | 1046 | onplay_result = ONPLAY_MAINMENU; |
1047 | 1047 | ||
1048 | #ifdef HAVE_LCD_BITMAP | 1048 | #ifdef HAVE_LCD_BITMAP |
1049 | if (global_settings.statusbar) | 1049 | if (global_settings.statusbar) |