1
0
Fork 0
forked from len0rd/rockbox

Fix h100 red and other warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30384 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2011-08-30 14:32:16 +00:00
parent 41b04e55eb
commit 0c4c81620f
3 changed files with 4 additions and 6 deletions

View file

@ -128,6 +128,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES];
static unsigned int current_track_counter = 0;
#ifndef SIMULATOR
static void stop_playing(void);
/* Play time of the previous track */
static unsigned long prev_track_elapsed;
@ -493,7 +494,6 @@ unsigned long mpeg_get_last_header(void)
#endif /* !SIMULATOR */
}
static void stop_playing(void);
static void do_stop(void)
{
is_playing = false;