summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/mpeg.c2
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)
2654void audio_play(long offset) 2654void audio_play(long offset)
2655{ 2655{
2656#ifdef SIMULATOR 2656#ifdef SIMULATOR
2657 char* trackname; 2657 const char* trackname;
2658 int steps=0; 2658 int steps=0;
2659 2659
2660 is_playing = true; 2660 is_playing = true;