Diff between 35a6a980450f8387671457bd66b238b01785b2c3 and 2ff2181d1c86f9b74948d661b1c5eacc18aab2aa

Changed Files

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

Full Patch

diff --git a/profiles/audio/transport.c b/profiles/audio/transport.c
index f0391de..764038f 100644
--- a/profiles/audio/transport.c
+++ b/profiles/audio/transport.c
@@ -659,7 +659,7 @@ static const GDBusMethodTable transport_methods[] = {
 	{ GDBUS_ASYNC_METHOD("Acquire",
 			NULL,
 			GDBUS_ARGS({ "fd", "h" }, { "mtu_r", "q" },
-							{ "mtu_w", "q" } ),
+							{ "mtu_w", "q" }),
 			acquire) },
 	{ GDBUS_ASYNC_METHOD("TryAcquire",
 			NULL,