summaryrefslogtreecommitdiffstats
path: root/audio/gstsbcutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/gstsbcutil.c')
-rw-r--r--audio/gstsbcutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gstsbcutil.c b/audio/gstsbcutil.c
index 6f95c244..b102da3a 100644
--- a/audio/gstsbcutil.c
+++ b/audio/gstsbcutil.c
@@ -91,7 +91,7 @@ const gchar *gst_sbc_get_allocation_from_list(const GValue *value)
*/
const gchar *gst_sbc_get_mode_from_list(const GValue *list, gint channels)
{
- int i;
+ unsigned int i;
const GValue *value;
const gchar *aux;
gboolean joint, stereo, dual, mono;