From b0f85afdba9d51cecc21ac04606a2f759f95df86 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 20 Dec 2008 21:04:44 +0200 Subject: Coding style fixes --- audio/unix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'audio/unix.c') diff --git a/audio/unix.c b/audio/unix.c index dcfe932d..4378bb24 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -281,7 +281,7 @@ static void headset_setup_complete(struct audio_device *dev, void *user_data) rsp->h.name = BT_SET_CONFIGURATION; rsp->h.length = sizeof(*rsp); - rsp->transport = BT_CAPABILITIES_TRANSPORT_SCO; + rsp->transport = BT_CAPABILITIES_TRANSPORT_SCO; rsp->access_mode = client->access_mode; rsp->link_mtu = 48; -- cgit