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 1352b2a708..aa5dce6bc9 100644
--- a/apps/bookmark.c
+++ b/apps/bookmark.c
@@ -680,7 +680,7 @@ static void display_bookmark(const char* bookmark,
680 /* bookmark shuffle and repeat states*/ 680 /* bookmark shuffle and repeat states*/
681 switch (repeat_mode) 681 switch (repeat_mode)
682 { 682 {
683#if (AB_REPEAT_ENABLE == 1) 683#ifdef AB_REPEAT_ENABLE
684 case REPEAT_AB: 684 case REPEAT_AB:
685 statusbar_icon_play_mode(Icon_RepeatAB); 685 statusbar_icon_play_mode(Icon_RepeatAB);
686 break; 686 break;