summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--uisimulator/common/stubs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/uisimulator/common/stubs.c b/uisimulator/common/stubs.c
index b887fbd..af6f965 100644
--- a/uisimulator/common/stubs.c
+++ b/uisimulator/common/stubs.c
@@ -66,7 +66,7 @@ void pcm_play_data(void (*get_more)(unsigned char** start, long* size))
playing = true;
}
-long pcm_get_bytes_waiting(long)
+long pcm_get_bytes_waiting(void)
{
return 0;
}