mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
bluetooth: typo
This commit is contained in:
parent
921882de54
commit
539abc365f
1 changed files with 1 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ int pa__init(pa_module* m) {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (pa_modargs_get_value_boolean(ma, "async", &async) < 0) {
|
if (pa_modargs_get_value_boolean(ma, "async", &async) < 0) {
|
||||||
pa_log("Failed to parse tsched argument.");
|
pa_log("Failed to parse async argument.");
|
||||||
goto fail;
|
goto fail;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue