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:
f8d8e91
)
e_plane: fix build warning
89/213689/1
author
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 10 Sep 2019 07:19:39 +0000
(16:19 +0900)
committer
Doyoun Kang
<doyoun.kang@samsung.com>
Tue, 10 Sep 2019 07:19:39 +0000
(16:19 +0900)
Change-Id: I4f2e43b194402a3ad7cf8c192026ced88085279a
src/bin/e_plane.c
patch
|
blob
|
history
diff --git
a/src/bin/e_plane.c
b/src/bin/e_plane.c
index ac355cb414d1f4aaaf3db35476a11e89caf821fc..2ecab53a477772b35362aeb50a506be72127c42d 100644
(file)
--- a/
src/bin/e_plane.c
+++ b/
src/bin/e_plane.c
@@
-198,7
+198,7
@@
_e_plane_ev(E_Plane *ep, int type)
ev->ep = ep;
ev->ec = ep->ec;
- if ((ep->ec) && (e_object_is_del(
ep->ec
)))
+ if ((ep->ec) && (e_object_is_del(
E_OBJECT(ep->ec)
)))
ev->ec = NULL;
if (ev->ec)