Skip to content

Commit

Permalink
oggplayer: fix callback signature
Browse files Browse the repository at this point in the history
  • Loading branch information
WinterMute committed Jun 8, 2020
1 parent 817df34 commit 20bbaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion audio/oggplayer/source/oggplayer.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down

0 comments on commit 20bbaba

Please sign in to comment.