diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-03 12:07:17 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-10-03 12:07:17 +0000 |
| commit | cd517cc3a24621afe3ae6b34920b704ae0ad8f07 (patch) | |
| tree | 78f3775a9a968ff0c638dcd3e2490fd01a909e31 | |
| parent | d6cdd2f1bf35eb70684e8aeab7277a3e15b00f0e (diff) | |
| download | rockbox-cd517cc3a24621afe3ae6b34920b704ae0ad8f07.zip rockbox-cd517cc3a24621afe3ae6b34920b704ae0ad8f07.tar.gz rockbox-cd517cc3a24621afe3ae6b34920b704ae0ad8f07.tar.bz2 rockbox-cd517cc3a24621afe3ae6b34920b704ae0ad8f07.tar.xz | |
Sim warning removed
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2490 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/mpeg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 0e08bcf..42f0cce 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -170,10 +170,10 @@ static struct id3tag _id3tags[MAX_ID3_TAGS]; static unsigned int current_track_counter = 0; static unsigned int last_track_counter = 0; -static bool mpeg_is_initialized = false; #ifndef SIMULATOR +static bool mpeg_is_initialized = false; static int tag_read_idx = 0; static int tag_write_idx = 0; |