From c92c420f83dda53ebde74ad72cd0a3959d430901 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Tue, 21 Aug 2007 06:48:14 +0000 Subject: Implement RequestAuthorization support --- audio/a2dp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/a2dp.c') diff --git a/audio/a2dp.c b/audio/a2dp.c index 1e22e7c8..febc112c 100644 --- a/audio/a2dp.c +++ b/audio/a2dp.c @@ -607,8 +607,8 @@ int a2dp_init(DBusConnection *conn, gboolean enable_sink, gboolean enable_source if (enable_sink) { source.sep = avdtp_register_sep(AVDTP_SEP_TYPE_SOURCE, - AVDTP_MEDIA_TYPE_AUDIO, - &ind, &cfm); + AVDTP_MEDIA_TYPE_AUDIO, + &ind, &cfm); if (source.sep == NULL) return -1; -- cgit