mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-03 09:01:50 -05:00
memtrap: fix parameter type
This commit is contained in:
parent
684b4c116c
commit
67efc76abc
1 changed files with 1 additions and 1 deletions
|
|
@ -129,7 +129,7 @@ static void memtrap_link(pa_memtrap *m, unsigned j) {
|
||||||
memtraps[j] = m;
|
memtraps[j] = m;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void memtrap_unlink(pa_memtrap *m, int j) {
|
static void memtrap_unlink(pa_memtrap *m, unsigned j) {
|
||||||
pa_assert(m);
|
pa_assert(m);
|
||||||
|
|
||||||
if (m->next[j])
|
if (m->next[j])
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue