summaryrefslogtreecommitdiff
path: root/apps/gui/statusbar.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui/statusbar.c')
-rw-r--r--apps/gui/statusbar.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index d8e611af85..34ac5283af 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -247,11 +247,11 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw)
247 Icon_Play); 247 Icon_Play);
248 248
249 switch (bar->info.repeat) { 249 switch (bar->info.repeat) {
250#ifdef AB_REPEAT_ENABLE 250#if (AB_REPEAT_ENABLE == 1)
251 case REPEAT_AB: 251 case REPEAT_AB:
252 gui_statusbar_icon_play_mode(display, Icon_RepeatAB); 252 gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
253 break; 253 break;
254#endif /* AB_REPEAT_ENABLE */ 254#endif /* AB_REPEAT_ENABLE == 1 */
255 255
256 case REPEAT_ONE: 256 case REPEAT_ONE:
257 gui_statusbar_icon_play_mode(display, Icon_RepeatOne); 257 gui_statusbar_icon_play_mode(display, Icon_RepeatOne);