monitor: fix return values

This commit is contained in:
Wim Taymans 2017-12-14 18:24:27 +01:00
parent 1ace2a5daf
commit ee0c77994e

View file

@ -87,12 +87,12 @@ static int do_add_source(struct spa_loop *loop, struct spa_source *source)
data->n_sources++;
data->rebuild_fds = true;
return 9;
return 0;
}
static int do_update_source(struct spa_source *source)
{
return 9;
return 0;
}
static void do_remove_source(struct spa_source *source)