projects
/
platform
/
core
/
appfw
/
appcore-watch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bb923a
)
Fix coding style
71/95871/1
accepted/tizen/3.0/common/20161114.082548
accepted/tizen/3.0/ivi/20161110.020335
accepted/tizen/3.0/mobile/20161110.020248
accepted/tizen/3.0/tv/20161110.020257
accepted/tizen/3.0/wearable/20161110.020317
submit/tizen_3.0/20161108.101813
submit/tizen_3.0_common/20161110.084657
author
Hyunho Kang
<hhstark.kang@samsung.com>
Mon, 7 Nov 2016 04:18:52 +0000
(13:18 +0900)
committer
Hyunho Kang
<hhstark.kang@samsung.com>
Mon, 7 Nov 2016 04:19:29 +0000
(13:19 +0900)
Change-Id: If97d71d4383241158239a5e7a0ed0b5f57790305
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/appcore-watch.c
patch
|
blob
|
history
diff --git
a/src/appcore-watch.c
b/src/appcore-watch.c
index 65a216033818d8061c74482cf383852284775ad4..fd90d4ccd15484c89a29c0b692217114eb058de5 100755
(executable)
--- a/
src/appcore-watch.c
+++ b/
src/appcore-watch.c
@@
-584,7
+584,7
@@
static int __set_ambient_tick_cb()
r = alarmmgr_add_alarm_withcb(ALARM_TYPE_VOLATILE, offset_sec, interval,
__watch_core_ambient_tick, NULL, &alarm_id);
if (r < 0)
- _E("fail to alarmmgr_add_alarm_withcb : error_code : %d",r);
+ _E("fail to alarmmgr_add_alarm_withcb : error_code : %d",
r);
}
return 0;