--- src/device.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/device.c b/src/device.c index 021b200..2a8812e 100644 --- a/src/device.c +++ b/src/device.c @@ -1005,7 +1005,7 @@ static void device_set_vendor_src(struct btd_device *device, uint16_t value) device->vendor_src = value; emit_property_changed(conn, device->path, DEVICE_INTERFACE, - "VendorSource", DBUS_TYPE_UINT16, &value); + "VendorSource", DBUS_TYPE_UINT16, &value); } static void device_set_product(struct btd_device *device, uint16_t value) -- 1.7.5.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html