Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c83ea4b8 authored by Mike J. Chen's avatar Mike J. Chen
Browse files

Fix missing initializer warning



Change-Id: I13e96a25b66a0a789d1adab9e41f2315d294943d
Signed-off-by: default avatarMike J. Chen <mjchen@google.com>
parent c7d31e3c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -66,6 +66,7 @@ static const tL2CAP_APPL_INFO dyn_info =
    gatt_l2cif_disconnect_cfm_cback,
    NULL,
    gatt_l2cif_data_ind_cback,
    NULL,
    NULL
} ;