tasn pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=6107f235aa77c8877279ce59a7dee7adbab4aae4

commit 6107f235aa77c8877279ce59a7dee7adbab4aae4
Author: Tom Hacohen <t...@stosb.com>
Date:   Mon Jun 29 12:52:40 2015 +0100

    Eo: Remove redundant semicolon.
    
    Thanks to Vincent Torri for spotting this one.
---
 src/lib/eo/eo_private.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/eo/eo_private.h b/src/lib/eo/eo_private.h
index 3cad4e6..579ac6d 100644
--- a/src/lib/eo/eo_private.h
+++ b/src/lib/eo/eo_private.h
@@ -218,7 +218,7 @@ _eo_del_internal(const char *file, int line, _Eo_Object 
*obj)
 
    _eo_condtor_reset(obj);
 
-   eo_do(_eo_id_get(obj), eo_destructor(););
+   eo_do(_eo_id_get(obj), eo_destructor());
 
    if (!obj->condtor_done)
      {

-- 


Reply via email to