projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0ddea6
)
e_presentation_time: fix unreachable code
80/221980/1
author
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 8 Jan 2020 23:50:39 +0000
(08:50 +0900)
committer
Seunghun Lee
<shiin.lee@samsung.com>
Wed, 8 Jan 2020 23:50:39 +0000
(08:50 +0900)
Change-Id: Ice76791d39b42c03ae805643ecb354d9dfac0c0f
src/bin/e_presentation_time.c
patch
|
blob
|
history
diff --git
a/src/bin/e_presentation_time.c
b/src/bin/e_presentation_time.c
index e2a8b3b8a07f0266def9c15de7b624c99ee0965b..7da3b58869a9b0be61130a39d4e1d6999f58617c 100644
(file)
--- a/
src/bin/e_presentation_time.c
+++ b/
src/bin/e_presentation_time.c
@@
-36,7
+36,7
@@
_get_clock_id_string(clockid_t clock_id)
case CLOCK_MONOTONIC: return "CLOCK_MONOTONIC";
case CLOCK_PROCESS_CPUTIME_ID: return "CLOCK_PROCESS_CPUTIME_ID";
case CLOCK_THREAD_CPUTIME_ID: return "CLOCK_THREAD_CPUTIME_ID";
- default:
return "Unkown"
;
+ default:
break
;
}
return "Unknown";