summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2011-08-30 14:32:16 +0000
committerThomas Martitz <kugel@rockbox.org>2011-08-30 14:32:16 +0000
commit0c4c81620f33cbaf7114a6f98de52e26d07e038d (patch)
treed71a7167f4de0238db91596d7bcfdfc305988887 /apps/mpeg.c
parent41b04e55eb41b30178cf1e5b9611ac9f93d3e141 (diff)
downloadrockbox-0c4c81620f33cbaf7114a6f98de52e26d07e038d.tar.gz
rockbox-0c4c81620f33cbaf7114a6f98de52e26d07e038d.zip
Fix h100 red and other warnings.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@30384 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/mpeg.c')
-rw-r--r--apps/mpeg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c
index 2beece1c0c..2a2821bcda 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -128,6 +128,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES];
128static unsigned int current_track_counter = 0; 128static unsigned int current_track_counter = 0;
129 129
130#ifndef SIMULATOR 130#ifndef SIMULATOR
131static void stop_playing(void);
131/* Play time of the previous track */ 132/* Play time of the previous track */
132static unsigned long prev_track_elapsed; 133static unsigned long prev_track_elapsed;
133 134
@@ -493,7 +494,6 @@ unsigned long mpeg_get_last_header(void)
493#endif /* !SIMULATOR */ 494#endif /* !SIMULATOR */
494} 495}
495 496
496static void stop_playing(void);
497static void do_stop(void) 497static void do_stop(void)
498{ 498{
499 is_playing = false; 499 is_playing = false;