From 534a5d3d9525945b4cf9a146ec3d66e606688f90 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 21 Dec 2012 09:54:53 +0200 Subject: [PATCH] network: Remove unnecessary function cast --- profiles/network/connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/network/connection.c b/profiles/network/connection.c index fc9da1cfa..4b30aa3d6 100644 --- a/profiles/network/connection.c +++ b/profiles/network/connection.c @@ -370,7 +370,7 @@ static int bnep_connect(struct network_conn *nc) bnep_conn_req_to, nc); g_io_add_watch(nc->io, G_IO_IN | G_IO_ERR | G_IO_HUP | G_IO_NVAL, - (GIOFunc) bnep_setup_cb, nc); + bnep_setup_cb, nc); return 0; } -- 2.47.3