projects
/
profile
/
wearable
/
apps
/
native
/
classic-watch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8eb0dc
)
fixed mistake
83/142683/1
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
tizen_5.0
accepted/tizen/4.0/unified/20170828.223204
accepted/tizen/5.0/unified/20181106.201732
accepted/tizen/unified/20170808.171710
submit/tizen/20170808.071548
submit/tizen_4.0/20170828.100009
submit/tizen_5.0/20181101.000009
submit/tizen_5.0/20181106.000001
tizen_4.0.IoT.p1_release
tizen_4.0.IoT.p2_release
tizen_4.0.m2_release
author
YoungHun Cho
<hoon.cho@samsung.com>
Mon, 7 Aug 2017 04:28:20 +0000
(13:28 +0900)
committer
YoungHun Cho
<hoon.cho@samsung.com>
Mon, 7 Aug 2017 04:28:20 +0000
(13:28 +0900)
Change-Id: I1f33b85e8c054977654ae6c80045cc22eb1123ff
src/data.c
patch
|
blob
|
history
diff --git
a/src/data.c
b/src/data.c
index 9521fb14f1b94bf21465628bc3e29038581bdf96..eef5efa30d40be61a390c2113e2ebf4f7416ffe2 100644
(file)
--- a/
src/data.c
+++ b/
src/data.c
@@
-204,7
+204,7
@@
int data_get_plus_angle(int minute)
if (minute >= 0 && minute < 12) {
angle = 0;
- } if (minute >= 12 && minute < 24) {
+ }
else
if (minute >= 12 && minute < 24) {
angle = 6;
} else if (minute >= 24 && minute < 36) {
angle = 12;