Diff between 65878a7806b7c1ae5545971d09b511a8f06ab419 and 6f4bdbef1ec5decd78166ce94180835d894123dc
Changed Files
| File | Additions | Deletions | Status |
| plugins/gatt-example.c | +1 | -1 | modified |
Full Patch
diff --git a/plugins/gatt-example.c b/plugins/gatt-example.c
index bd0fbff..37972e8 100644
--- a/plugins/gatt-example.c
+++ b/plugins/gatt-example.c
@@ -83,7 +83,7 @@ static void gatt_example_adapter_free(struct gatt_example_adapter *gadapter)
g_free(gadapter);
}
-static gint adapter_cmp(gconstpointer a, gconstpointer b)
+static int adapter_cmp(gconstpointer a, gconstpointer b)
{
const struct gatt_example_adapter *gatt_adapter = a;
const struct btd_adapter *adapter = b;