mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04: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;
|
||||
}
|
||||
|
||||
static void memtrap_unlink(pa_memtrap *m, int j) {
|
||||
static void memtrap_unlink(pa_memtrap *m, unsigned j) {
|
||||
pa_assert(m);
|
||||
|
||||
if (m->next[j])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue