summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index f3d07c3981..17cff600af 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -3622,6 +3622,7 @@ static void draw_album_text(void)
3622 } 3622 }
3623} 3623}
3624 3624
3625#if PF_PLAYBACK_CAPABLE
3625/** 3626/**
3626 Display an info message when items have been added to playlist 3627 Display an info message when items have been added to playlist
3627*/ 3628*/
@@ -3641,6 +3642,7 @@ static void rb_splash_added_to_playlist(void)
3641 grey_show(true); 3642 grey_show(true);
3642#endif 3643#endif
3643} 3644}
3645#endif
3644 3646
3645/** 3647/**
3646 Display an error message and wait for input. 3648 Display an error message and wait for input.