summaryrefslogtreecommitdiffstats
path: root/audio/a2dp.c
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2009-01-30 00:24:59 +0100
committerMarcel Holtmann <marcel@holtmann.org>2009-01-30 00:24:59 +0100
commitb41ba1eb2b6b7a775536f803eda6fe42d8742745 (patch)
tree165b1d6d39a0bb351bff6046c3c070a36123d24b /audio/a2dp.c
parent0d90af2304c75cc1a3c521bcae7510ff86bb9536 (diff)
Fix signed/unsigned comparison issues within AVDTP/A2DP code
Diffstat (limited to 'audio/a2dp.c')
-rw-r--r--audio/a2dp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/a2dp.c b/audio/a2dp.c
index 3acb27b2..e07a34a2 100644
--- a/audio/a2dp.c
+++ b/audio/a2dp.c
@@ -74,7 +74,7 @@ struct a2dp_setup_cb {
a2dp_stream_cb_t resume_cb;
a2dp_stream_cb_t suspend_cb;
void *user_data;
- int id;
+ unsigned int id;
};
struct a2dp_setup {