diff options
Diffstat (limited to 'apps/mpeg.c')
-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; |