Diff between a6542f9dde491be937c20a835e9d1774ae099ab9 and 3e68d12a4f00948d679d47b764f8bc11851fbe94
Changed Files
| File | Additions | Deletions | Status |
| audio/avdtp.c | +1 | -1 | modified |
Full Patch
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");