projects
/
platform
/
core
/
uifw
/
e-mod-tizen-devicemgr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7a06b2
)
video: fix syntax error
author
Boram Park
<boram1288.park@samsung.com>
Tue, 30 May 2017 10:56:31 +0000
(19:56 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Wed, 7 Jun 2017 01:59:39 +0000
(10:59 +0900)
Change-Id: I9e46d62545d7d348b36545c058ad210b9db53136
src/e_devicemgr_video.c
patch
|
blob
|
history
diff --git
a/src/e_devicemgr_video.c
b/src/e_devicemgr_video.c
index 1b50e60f92893521264c7d2a8e2ef7127352ce3e..a9b647d9c12db1f64eb980c200286f93b556a11e 100755
(executable)
--- a/
src/e_devicemgr_video.c
+++ b/
src/e_devicemgr_video.c
@@
-2224,7
+2224,7
@@
_e_devicemgr_video_object_cb_set_attribute(struct wl_client *client,
if (!_e_video_is_visible(video))
{
/* if mute off, need to do it after buffer commit */
- if (!strncmp(props[i].name, "mute", TDM_NAME_LEN
&& value == 0)
)
+ if (!strncmp(props[i].name, "mute", TDM_NAME_LEN
) && value == 0
)
{
Tdm_Prop_Value *prop = calloc(1, sizeof(Tdm_Prop_Value));
if(!prop) return;