Eo: Remove redundant semicolon.
authorTom Hacohen <tom@stosb.com>
Mon, 29 Jun 2015 11:52:40 +0000 (12:52 +0100)
committerTom Hacohen <tom@stosb.com>
Mon, 29 Jun 2015 11:52:40 +0000 (12:52 +0100)
Thanks to Vincent Torri for spotting this one.

src/lib/eo/eo_private.h

index 3cad4e6..579ac6d 100644 (file)
@@ -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)
      {