mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-05 13:29:57 -05:00
Revert "bluetooth: Fix error checking style"
This reverts commit d9ed42c40f.
This is part of the reversion of BlueZ 5 support so it can be added back
in a separate set of modules. This makes the code easier to maintain and
decrease PulseAudio's binary size.
This commit is contained in:
parent
ccace933f2
commit
35ded8dfe5
1 changed files with 1 additions and 1 deletions
|
|
@ -906,7 +906,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) < 0)
|
||||
if (parse_device_property(d, &dict_i, is_property_change))
|
||||
ret = -1;
|
||||
|
||||
dbus_message_iter_next(&element_i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue