mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
fix a compiler warning
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1210 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
e9d9356d11
commit
f8e5f47e23
1 changed files with 1 additions and 1 deletions
|
|
@ -223,8 +223,8 @@ static void free_callback(void *p, PA_GCC_UNUSED void *userdata) {
|
||||||
}
|
}
|
||||||
|
|
||||||
void pa_module_unload_all(pa_core *c) {
|
void pa_module_unload_all(pa_core *c) {
|
||||||
assert(c);
|
|
||||||
pa_module *m;
|
pa_module *m;
|
||||||
|
assert(c);
|
||||||
|
|
||||||
if (!c->modules)
|
if (!c->modules)
|
||||||
return;
|
return;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue