From: DoHyun Pyun Date: Fri, 18 Aug 2017 00:21:04 +0000 (+0900) Subject: Fix the build error X-Git-Tag: submit/tizen/20170818.052446^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9dc29e52a3e7a30e97104ba9adf870493bd06b63;p=platform%2Fcore%2Fapi%2Fbluetooth.git Fix the build error Change-Id: I9751b8ddd483963b9b4a2c03fe2665c2b45821f8 Signed-off-by: DoHyun Pyun --- diff --git a/src/bluetooth-gatt.c b/src/bluetooth-gatt.c index c3d10dc..496be36 100644 --- a/src/bluetooth-gatt.c +++ b/src/bluetooth-gatt.c @@ -614,7 +614,7 @@ int bt_gatt_watch_characteristic_changes(bt_gatt_attribute_h service) BT_CHECK_INIT_STATUS(); BT_CHECK_INPUT_PARAMETER(service); - ret = _bt_get_error_code(bluetooth_gatt_watch_characteristics((const char *)service), NULL); /* LCOV_EXCL_LINE */ + ret = _bt_get_error_code(bluetooth_gatt_watch_characteristics((const char *)service, NULL)); /* LCOV_EXCL_LINE */ if (ret != BT_ERROR_NONE) /* LCOV_EXCL_LINE */ BT_ERR("%s(0x%08x)", _bt_convert_error_to_string(ret),