This change is to dispel compiler's complaint.
---
src/network.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/network.c b/src/network.c
index f5b9a5e..190eba9 100644
--- a/src/network.c
+++ b/src/network.c
@@ -1175,7 +1175,7 @@ static void notify_status_watches(struct ofono_netreg *netreg)
}
}
-static gboolean reset_available(struct network_operator_data *old,
+static void reset_available(struct network_operator_data *old,
const struct ofono_network_operator *new)
{
if (old == NULL)
--
1.7.0.4