Hopefully fix red from r29785 - an #ifdef AB_REPEAT_ENABLE was left out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29786 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c537d5958e
commit
a089b00ea0
1 changed files with 2 additions and 0 deletions
|
@ -2179,11 +2179,13 @@ static void audio_on_codec_complete(int status)
|
||||||
|
|
||||||
codec_skip_pending = false;
|
codec_skip_pending = false;
|
||||||
|
|
||||||
|
#ifdef AB_REPEAT_ENABLE
|
||||||
if (status >= 0)
|
if (status >= 0)
|
||||||
{
|
{
|
||||||
/* Normal automatic skip */
|
/* Normal automatic skip */
|
||||||
ab_end_of_track_report();
|
ab_end_of_track_report();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int trackstat = LOAD_TRACK_OK;
|
int trackstat = LOAD_TRACK_OK;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue