--- audio/avdtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/avdtp.c b/audio/avdtp.c index e431ce8..47a5d6d 100644 --- a/audio/avdtp.c +++ b/audio/avdtp.c @@ -3627,7 +3627,7 @@ static gboolean start_timeout(gpointer user_data) struct avdtp_stream *stream = user_data; struct avdtp *session = stream->session; - stream->open_acp = 0; + stream->open_acp = FALSE; if (avdtp_start(session, stream) < 0) error("wait_timeout: avdtp_start failed"); -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html