From cd517cc3a24621afe3ae6b34920b704ae0ad8f07 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Thu, 3 Oct 2002 12:07:17 +0000 Subject: Sim warning removed git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2490 a1c6a512-1295-4272-9138-f99709370657 --- firmware/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'firmware/mpeg.c') diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 0e08bcf58f..42f0cce003 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; -- cgit v1.2.3