Skip to content
Snippets Groups Projects
Commit 1e9daf1b authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont
Browse files

pulse: fix return type

parent 949fb1d0
No related branches found
No related tags found
1 merge request!1311pulse: fix return type
Pipeline #184994 passed with stage
in 23 minutes and 7 seconds
......@@ -57,7 +57,7 @@ static void context_state_cb (pa_context *ctx, void *userdata)
}
}
static bool context_wait (pa_context *ctx, pa_threaded_mainloop *mainloop)
static int context_wait(pa_context *ctx, pa_threaded_mainloop *mainloop)
{
pa_context_state_t state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment