spa: bluez: remove unnecessary return

This commit is contained in:
Barnabás Pőcze 2021-10-22 20:43:31 +02:00 committed by Wim Taymans
parent 4bdf495747
commit 1f927838e2

View file

@ -1063,7 +1063,6 @@ static void rfcomm_event(struct spa_source *source)
rfcomm_send_reply(rfcomm, "ERROR");
}
}
return;
}
static int sco_create_socket(struct impl *backend, struct spa_bt_adapter *adapter, bool msbc)