diff options
Diffstat (limited to 'audio/a2dp.c')
| -rw-r--r-- | audio/a2dp.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| 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; | 
