forked from len0rd/rockbox
#ifdef
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12369 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
0c021deb05
commit
d52ee4c0d6
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw)
|
||||||
#endif
|
#endif
|
||||||
{
|
{
|
||||||
switch (bar->info.repeat) {
|
switch (bar->info.repeat) {
|
||||||
#if (AB_REPEAT_ENABLE == 1)
|
#ifdef AB_REPEAT_ENABLE
|
||||||
case REPEAT_AB:
|
case REPEAT_AB:
|
||||||
gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
|
gui_statusbar_icon_play_mode(display, Icon_RepeatAB);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue