summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/statusbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c
index d3f4813e37..f1bd58d70f 100644
--- a/apps/gui/statusbar.c
+++ b/apps/gui/statusbar.c
@@ -273,7 +273,7 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw)
273#endif 273#endif
274 { 274 {
275 switch (bar->info.repeat) { 275 switch (bar->info.repeat) {
276#if (AB_REPEAT_ENABLE == 1) 276#ifdef AB_REPEAT_ENABLE
277 case REPEAT_AB: 277 case REPEAT_AB:
278 gui_statusbar_icon_play_mode(display, Icon_RepeatAB); 278 gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
279 break; 279 break;