summaryrefslogtreecommitdiff
path: root/apps/bookmark.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r--apps/bookmark.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c
index 2eb4fc9d02..c8c6f941f2 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -739,7 +739,7 @@ static void display_bookmark(const char* bookmark,
739 /* bookmark shuffle and repeat states*/ 739 /* bookmark shuffle and repeat states*/
740 switch (repeat_mode) 740 switch (repeat_mode)
741 { 741 {
742#ifdef AB_REPEAT_ENABLE 742#if (AB_REPEAT_ENABLE == 1)
743 case REPEAT_AB: 743 case REPEAT_AB:
744 statusbar_icon_play_mode(Icon_RepeatAB); 744 statusbar_icon_play_mode(Icon_RepeatAB);
745 break; 745 break;