diff options
Diffstat (limited to 'audio/a2dp.c')
| -rw-r--r-- | audio/a2dp.c | 2 | 
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 {  | 
