insert external device counting routine: fixing 47/15147/1
authorgiyeol.ok <giyeol.ok@samsung.com>
Mon, 20 May 2013 12:48:48 +0000 (21:48 +0900)
committerKrzysztof Sasiak <k.sasiak@samsung.com>
Thu, 16 Jan 2014 13:37:13 +0000 (14:37 +0100)
an ommitted bug.

Change-Id: Icea5d9512d3565bee83c483541c5743a6f17ecd1
Signed-off-by: giyeol.ok <giyeol.ok@samsung.com>
src/battery/lowbat-handler.c

index aab7b3c..1bee913 100644 (file)
@@ -365,7 +365,7 @@ static int __check_lowbat_percent(int *pct)
        return 0;
 }
 
-Eina_Bool ss_lowbat_monitor(void *data)
+int ss_lowbat_monitor(void *data)
 {
        struct ss_main_data *ad = (struct ss_main_data *)data;
        int bat_percent, r;