summaryrefslogtreecommitdiff
path: root/apps/mpeg.c
diff options
context:
space:
mode:
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 e28260b6a7..0b6a5894bd 100644
--- a/apps/mpeg.c
+++ b/apps/mpeg.c
@@ -111,7 +111,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES];
111static unsigned int current_track_counter = 0; 111static unsigned int current_track_counter = 0;
112 112
113/* Play time of the previous track */ 113/* Play time of the previous track */
114unsigned long prev_track_elapsed; 114static unsigned long prev_track_elapsed;
115 115
116#ifndef SIMULATOR 116#ifndef SIMULATOR
117static int track_read_idx = 0; 117static int track_read_idx = 0;