From 8bf41a847b9e8c768a21349659454bd2be8d1824 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Mon, 18 Feb 2008 14:32:11 +0000 Subject: Fix callback id type --- audio/headset.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/audio/headset.c b/audio/headset.c index bfad8455..c1d7ea24 100644 --- a/audio/headset.c +++ b/audio/headset.c @@ -88,7 +88,7 @@ static char *str_state[] = { }; struct connect_cb { - int id; + unsigned int id; headset_stream_cb_t cb; void *cb_data; }; -- cgit