Fix wrong type 35/238335/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 13 Jul 2020 02:18:42 +0000 (11:18 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 13 Jul 2020 02:22:07 +0000 (11:22 +0900)
commitb87adf855492375c678d28a70310f3d0c8cf570f
tree9083317d21a696794b63b2b32206b1691065cb7a
parentaadb28d4f28afa629bf22166f772339a0d08f9b3
Fix wrong type

gboolean is the integer. The size of gboolean is 4 bytes.
The size of bool is 1 byte.

Change-Id: Ic2b515cff24cd0e27d011b573e0764b1c0607e12
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
lib/alarm-lib-dbus.c