--- gdbus/object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdbus/object.c b/gdbus/object.c index 88afd66..2ddc574 100644 --- a/gdbus/object.c +++ b/gdbus/object.c @@ -496,7 +496,7 @@ done: g_free(parent_path); } -static const const GDBusMethodTable introspect_methods[] = { +static const GDBusMethodTable introspect_methods[] = { { _GDBUS_METHOD("Introspect", "", "s", NULL, GDBUS_ARGS({ "xml", "s" }), introspect) }, { } -- 1.7.10.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html