fix compiler warning

This commit is contained in:
Lennart Poettering 2009-03-30 20:57:23 +02:00
parent 90fbc036f4
commit 857a1f4909

View file

@ -462,7 +462,7 @@ static int setup_a2dp(struct userdata *u) {
} }
} }
pa_assert(i < PA_ELEMENTSOF(freq_table)); pa_assert((unsigned) i < PA_ELEMENTSOF(freq_table));
if (cap->capability.configured) if (cap->capability.configured)
return 0; return 0;