mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
format: Remove stupid copy-paste-o
Thanks to Maarten Bosmans for the catch.
This commit is contained in:
parent
cabc198306
commit
0ef7e5cb4c
1 changed files with 1 additions and 1 deletions
|
|
@ -330,7 +330,7 @@ pa_bool_t pa_format_info_get_prop_string(pa_format_info *f, const char *key, cha
|
||||||
pa_assert(key);
|
pa_assert(key);
|
||||||
pa_assert(v);
|
pa_assert(v);
|
||||||
|
|
||||||
str = pa_proplist_gets(f->plist, key), FALSE;
|
str = pa_proplist_gets(f->plist, key);
|
||||||
if (!str)
|
if (!str)
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue