summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-16 15:21:45 +0530
committerArun Raghavan <arun.raghavan@collabora.co.uk>2011-08-16 15:21:45 +0530
commit0ef7e5cb4c22bd8b781cb2a2e790612a8f72e00f (patch)
tree4340ca5ce2e6ca611b2c8b3c5e08604863fe5c09
parentcabc1983061a02cec448d9c54477178711d8966d (diff)
format: Remove stupid copy-paste-o
Thanks to Maarten Bosmans for the catch.
-rw-r--r--src/pulse/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulse/format.c b/src/pulse/format.c
index f4eed836..eee3b54d 100644
--- a/src/pulse/format.c
+++ b/src/pulse/format.c
@@ -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(v);
- str = pa_proplist_gets(f->plist, key), FALSE;
+ str = pa_proplist_gets(f->plist, key);
if (!str)
return FALSE;