From fa6a8739ab4c1e4328f17f7158dfa68c57d2fe22 Mon Sep 17 00:00:00 2001 From: pondlife Date: Fri, 7 May 2010 16:41:14 +0000 Subject: [PATCH] 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(-) diff --git a/apps/mpeg.c b/apps/mpeg.c index 1ff46b049..c6090f863 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; -- 2.11.4.GIT