forked from len0rd/rockbox
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25880 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
b08222caec
commit
9697b37d50
1 changed files with 1 additions and 1 deletions
|
|
@ -2654,7 +2654,7 @@ void audio_set_recording_options(struct audio_recording_options *options)
|
||||||
void audio_play(long offset)
|
void audio_play(long offset)
|
||||||
{
|
{
|
||||||
#ifdef SIMULATOR
|
#ifdef SIMULATOR
|
||||||
char* trackname;
|
const char* trackname;
|
||||||
int steps=0;
|
int steps=0;
|
||||||
|
|
||||||
is_playing = true;
|
is_playing = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue