From 9697b37d50194c839d930e8532ba9692278f81d4 Mon Sep 17 00:00:00 2001 From: Steve Bavin Date: Fri, 7 May 2010 16:41:14 +0000 Subject: Fix yellow. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25880 a1c6a512-1295-4272-9138-f99709370657 --- apps/mpeg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/mpeg.c') diff --git a/apps/mpeg.c b/apps/mpeg.c index 1ff46b049e..c6090f863b 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -2654,7 +2654,7 @@ void audio_set_recording_options(struct audio_recording_options *options) void audio_play(long offset) { #ifdef SIMULATOR - char* trackname; + const char* trackname; int steps=0; is_playing = true; -- cgit v1.2.3