summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2008-02-18 14:32:11 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2008-02-18 14:32:11 +0000
commit8bf41a847b9e8c768a21349659454bd2be8d1824 (patch)
tree8a6614c70c2e634d859b26c4602ca215d6240f0f
parentc5463ab43438de912b5fd642ec8e248f1e9683dd (diff)
Fix callback id type
-rw-r--r--audio/headset.c2
1 files changed, 1 insertions, 1 deletions
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;
};