mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 05:04:18 +08:00
sap-u8500: Fix empty parameter list in function declaration
This commit is contained in:
parent
deea134fba
commit
b254175fd3
@ -380,7 +380,7 @@ static void simd_close(void)
|
||||
u8500.sap_data = NULL;
|
||||
}
|
||||
|
||||
static void recv_sim_ready()
|
||||
static void recv_sim_ready(void)
|
||||
{
|
||||
sap_info("sim is ready. Try to connect again");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user