diff options
| author | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-31 19:49:58 +0000 |
|---|---|---|
| committer | Jeffrey Goode <jeffg7@gmail.com> | 2009-10-31 19:49:58 +0000 |
| commit | 03c5cb650325959f72378fa594975db23512d0ed (patch) | |
| tree | e72c5eb5b8e1c1d89b0d16fcd99ad30711afe91e /apps/mpeg.c | |
| parent | cf01942a57d494dd263e744e435600f9deea2c63 (diff) | |
| download | rockbox-03c5cb650325959f72378fa594975db23512d0ed.zip rockbox-03c5cb650325959f72378fa594975db23512d0ed.tar.gz rockbox-03c5cb650325959f72378fa594975db23512d0ed.tar.bz2 rockbox-03c5cb650325959f72378fa594975db23512d0ed.tar.xz | |
Fix yellow, defines
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23446 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/mpeg.c')
| -rw-r--r-- | apps/mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/mpeg.c b/apps/mpeg.c index 0b6a589..e28260b 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -111,7 +111,7 @@ static struct trackdata trackdata[MAX_TRACK_ENTRIES]; static unsigned int current_track_counter = 0; /* Play time of the previous track */ -static unsigned long prev_track_elapsed; +unsigned long prev_track_elapsed; #ifndef SIMULATOR static int track_read_idx = 0; |