Diff between 20bacbd7354c3a21a9f8fd73f6b84ce4b1e11b5d and 2f458bfee403be6233960576d89844dd335c2dd5

Changed Files

File Additions Deletions Status
profiles/gatt/gas.c +1 -1 modified

Full Patch

diff --git a/profiles/gatt/gas.c b/profiles/gatt/gas.c
index 39e9421..2ed837f 100644
--- a/profiles/gatt/gas.c
+++ b/profiles/gatt/gas.c
@@ -71,7 +71,7 @@ static void gas_free(struct gas *gas)
 	g_free(gas);
 }
 
-static gint cmp_device(gconstpointer a, gconstpointer b)
+static int cmp_device(gconstpointer a, gconstpointer b)
 {
 	const struct gas *gas = a;
 	const struct btd_device *device = b;