format: Remove stupid copy-paste-o

Thanks to Maarten Bosmans for the catch.
This commit is contained in:
Arun Raghavan 2011-08-16 15:21:45 +05:30
parent cabc198306
commit 0ef7e5cb4c

View file

@ -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;