diff options
author | Steve Bavin <pondlife@pondlife.me> | 2010-05-07 16:41:14 +0000 |
---|---|---|
committer | Steve Bavin <pondlife@pondlife.me> | 2010-05-07 16:41:14 +0000 |
commit | 9697b37d50194c839d930e8532ba9692278f81d4 (patch) | |
tree | 2d5b6f6641beb505654c2749c4a68b665959595a | |
parent | b08222caec009f504ae4ab0b9c0355597b612377 (diff) |
Fix yellow.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25880 a1c6a512-1295-4272-9138-f99709370657
-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 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; |