mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
module: Fix style
This commit is contained in:
parent
705d3c28f2
commit
701d86dca3
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ struct pa_module {
|
|||
pa_proplist *proplist;
|
||||
};
|
||||
|
||||
pa_module* pa_module_load(pa_core *c, const char *name, const char*argument);
|
||||
pa_module* pa_module_load(pa_core *c, const char *name, const char *argument);
|
||||
|
||||
void pa_module_unload(pa_core *c, pa_module *m, bool force);
|
||||
void pa_module_unload_by_index(pa_core *c, uint32_t idx, bool force);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue