From dd5a24fd35f437501d73b54107782ca21bd5cb25 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Fri, 28 Feb 2014 19:07:37 +0100 Subject: [PATCH] android/hal-pan: Fix using wrong structure in pan_cleanup --- android/hal-pan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-pan.c b/android/hal-pan.c index a596ffd28..fd40e7191 100644 --- a/android/hal-pan.c +++ b/android/hal-pan.c @@ -171,7 +171,7 @@ static bt_status_t pan_init(const btpan_callbacks_t *callbacks) static void pan_cleanup() { - struct hal_cmd_register_module cmd; + struct hal_cmd_unregister_module cmd; DBG(""); -- 2.47.3