Skip to content

Commit 20bbaba

Browse files
committed
oggplayer: fix callback signature
1 parent 817df34 commit 20bbaba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

audio/oggplayer/source/oggplayer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ static lwpq_t oggplayer_queue = LWP_TQUEUE_NULL;
275275
static lwp_t h_oggplayer = LWP_THREAD_NULL;
276276
static int ogg_thread_running = 0;
277277

278-
static void ogg_add_callback(long voice)
278+
static void ogg_add_callback(int voice)
279279
{
280280
if (!ogg_thread_running)
281281
{

0 commit comments

Comments
 (0)