diff --git a/audio/oggplayer/source/oggplayer.c b/audio/oggplayer/source/oggplayer.c index 6b2cf8d..6acafd8 100644 --- a/audio/oggplayer/source/oggplayer.c +++ b/audio/oggplayer/source/oggplayer.c @@ -275,7 +275,7 @@ static lwpq_t oggplayer_queue = LWP_TQUEUE_NULL; static lwp_t h_oggplayer = LWP_THREAD_NULL; static int ogg_thread_running = 0; -static void ogg_add_callback(long voice) +static void ogg_add_callback(int voice) { if (!ogg_thread_running) {