diff options
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r-- | apps/plugins/pictureflow/pictureflow.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c index ada47bca5e..11822baacd 100644 --- a/apps/plugins/pictureflow/pictureflow.c +++ b/apps/plugins/pictureflow/pictureflow.c | |||
@@ -2137,7 +2137,7 @@ int settings_menu(void) | |||
2137 | */ | 2137 | */ |
2138 | enum { | 2138 | enum { |
2139 | #if PF_PLAYBACK_CAPABLE | 2139 | #if PF_PLAYBACK_CAPABLE |
2140 | PF_MENU_PLAYBACK_CONTROl, | 2140 | PF_MENU_PLAYBACK_CONTROL, |
2141 | #endif | 2141 | #endif |
2142 | PF_MENU_SETTINGS, | 2142 | PF_MENU_SETTINGS, |
2143 | PF_MENU_RETURN, | 2143 | PF_MENU_RETURN, |
@@ -2161,7 +2161,7 @@ int main_menu(void) | |||
2161 | while (1) { | 2161 | while (1) { |
2162 | switch (rb->do_menu(&main_menu,&selection, NULL, false)) { | 2162 | switch (rb->do_menu(&main_menu,&selection, NULL, false)) { |
2163 | #if PF_PLAYBACK_CAPABLE | 2163 | #if PF_PLAYBACK_CAPABLE |
2164 | case PF_MENU_PLAYBACK_CONTROl: /* Playback Control */ | 2164 | case PF_MENU_PLAYBACK_CONTROL: /* Playback Control */ |
2165 | playback_control(NULL); | 2165 | playback_control(NULL); |
2166 | break; | 2166 | break; |
2167 | #endif | 2167 | #endif |