Diff between ca87bc12aa33740e79af49c18bdfcf32b9870a71 and 20bacbd7354c3a21a9f8fd73f6b84ce4b1e11b5d

Changed Files

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

Full Patch

diff --git a/profiles/deviceinfo/deviceinfo.c b/profiles/deviceinfo/deviceinfo.c
index fc8babd..e8cb5f7 100644
--- a/profiles/deviceinfo/deviceinfo.c
+++ b/profiles/deviceinfo/deviceinfo.c
@@ -75,7 +75,7 @@ static void deviceinfo_free(gpointer user_data)
 	g_free(d);
 }
 
-static gint cmp_device(gconstpointer a, gconstpointer b)
+static int cmp_device(gconstpointer a, gconstpointer b)
 {
 	const struct deviceinfo *d = a;
 	const struct btd_device *dev = b;