projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8ae43b
)
eo2: fixed formatting.
author
Tom Hacohen
<tom@stosb.com>
Fri, 8 Nov 2013 15:30:25 +0000
(15:30 +0000)
committer
Tom Hacohen
<tom@stosb.com>
Thu, 10 Apr 2014 03:20:19 +0000
(
04:20
+0100)
src/lib/eo/eo.c
patch
|
blob
|
history
diff --git
a/src/lib/eo/eo.c
b/src/lib/eo/eo.c
index
f68894f
..
ea91cf5
100644
(file)
--- a/
src/lib/eo/eo.c
+++ b/
src/lib/eo/eo.c
@@
-459,7
+459,7
@@
eo2_call_resolve(const char *func_name, const Eo_Op op, Eo2_Op_Call_Data *call)
return EINA_FALSE;
}
- if (EINA_LIKELY(func->func && func->src
))
+ if (EINA_LIKELY(func->func && func->src))
{
call->func = func->func;
call->klass = _eo_class_id_get(klass);