Fix the potential build error 15/100815/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 29 Nov 2016 08:45:19 +0000 (17:45 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 29 Nov 2016 08:57:38 +0000 (17:57 +0900)
Change-Id: I81dc9b3f6d458e7353d45bf16271f33814f35339
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
common/src/ui/bt-main-ug.c

index ebb30b3..09f5b92 100644 (file)
@@ -1108,7 +1108,7 @@ int get_display_ug_state(Cfg_Item_State *stat, void *data)
        int ret = vconf_get_int(VCONFKEY_BT_STATUS, &value);
        retvm_if(ret != 0, ret, "fail to get vconf key!");
 
-       if (value == VCONFKEY_BT_STATUS_OFF
+       if (value == VCONFKEY_BT_STATUS_OFF)
                *stat = Cfg_Item_Off;
        else
                *stat = Cfg_Item_On;