summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/hfp_hf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/hfp_hf.c b/plugins/hfp_hf.c
index 16c7d5bd..7c500e36 100644
--- a/plugins/hfp_hf.c
+++ b/plugins/hfp_hf.c
@@ -200,8 +200,8 @@ static DBusMessage *hfp_agent_release(DBusConnection *conn,
static const GDBusMethodTable agent_methods[] = {
{ GDBUS_ASYNC_METHOD("NewConnection",
- GDBUS_ARGS({ "fd", "h" }, { "version", "q" }),
- NULL, hfp_agent_new_connection) },
+ GDBUS_ARGS({ "fd", "h" }, { "version", "q" }),
+ NULL, hfp_agent_new_connection) },
{ GDBUS_METHOD("Release", NULL, NULL, hfp_agent_release) },
{ }
};