summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 d3f4813..f1bd58d 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)
#endif
{
switch (bar->info.repeat) {
-#if (AB_REPEAT_ENABLE == 1)
+#ifdef AB_REPEAT_ENABLE
case REPEAT_AB:
gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
break;