From 67a3e8ec46ed6f35f44aea272fafb56881c94fc0 Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Wed, 12 Jan 2011 19:30:25 +0000 Subject: [PATCH] hci_shutdown_connection returns void --- src/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hci.c b/src/hci.c index 6bb99a0a7..04c3640f7 100644 --- a/src/hci.c +++ b/src/hci.c @@ -305,7 +305,7 @@ static void acl_handler(uint8_t *packet, int size){ hci_run(); } -static hci_shutdown_connection(hci_connection_t *conn){ +static void hci_shutdown_connection(hci_connection_t *conn){ log_dbg("Connection closed: handle %u, ", conn->con_handle); print_bd_addr( conn->address ); log_dbg("\n");