Fix the build error for gatt client 84/127584/1 accepted/tizen/3.0/common/20170508.152944 accepted/tizen/3.0/ivi/20170508.050149 accepted/tizen/3.0/mobile/20170508.050103 accepted/tizen/3.0/tv/20170508.050121 accepted/tizen/3.0/wearable/20170508.050129 submit/tizen_3.0-common/20170508.080135 submit/tizen_3.0-common/20170508.081301 submit/tizen_3.0-common/20170508.091535 submit/tizen_3.0/20170428.003957 submit/tizen_3.0_common/20170508.091735
authorDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 03:57:12 +0000 (12:57 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Fri, 28 Apr 2017 03:57:12 +0000 (12:57 +0900)
Change-Id: Ie62ddc6d077ef07d8e5ce712e1f20ab703c6e040
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
bt-api/bt-gatt-client.c

index ad01365..d563432 100644 (file)
@@ -467,7 +467,7 @@ static void __bluetooth_internal_get_char_cb(GDBusProxy *proxy,
        g_variant_get(char_value, "ao", &char_iter);
 
        gp_array = g_ptr_array_new();
-       while (g_variant_iter_loop(char_iter, "&o",  &char_handle));
+       while (g_variant_iter_loop(char_iter, "&o",  &char_handle))
                g_ptr_array_add(gp_array, (gpointer)char_handle);
 
        if (gp_array->len != 0) {