mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-29 05:40:23 -04:00
bluetooth: Fix error checking style
This commit is contained in:
parent
c4bd51a345
commit
d9ed42c40f
1 changed files with 1 additions and 1 deletions
|
|
@ -910,7 +910,7 @@ static int parse_device_properties(pa_bluetooth_device *d, DBusMessageIter *i, b
|
|||
|
||||
dbus_message_iter_recurse(&element_i, &dict_i);
|
||||
|
||||
if (parse_device_property(d, &dict_i, is_property_change))
|
||||
if (parse_device_property(d, &dict_i, is_property_change) < 0)
|
||||
ret = -1;
|
||||
|
||||
dbus_message_iter_next(&element_i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue