summaryrefslogtreecommitdiff
path: root/uisimulator/x11/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'uisimulator/x11/sound.c')
-rw-r--r--uisimulator/x11/sound.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/x11/sound.c b/uisimulator/x11/sound.c
index c21615b46d..dd875e41f5 100644
--- a/uisimulator/x11/sound.c
+++ b/uisimulator/x11/sound.c
@@ -84,7 +84,7 @@ void sound_playback_thread(void)
84 sound_get_pcm = NULL; 84 sound_get_pcm = NULL;
85 break; 85 break;
86 } 86 }
87 sim_sound_play(soundfd, buf, size); 87 sim_sound_play(soundfd, (char *)buf, size);
88 usleep(10000); 88 usleep(10000);
89 } while(size); 89 } while(size);
90 90