Eo: Remove redundant semicolon.

Thanks to Vincent Torri for spotting this one.
This commit is contained in:
Tom Hacohen 2015-06-29 12:52:40 +01:00
parent dc5d6a6f7d
commit 6107f235aa
1 changed files with 1 additions and 1 deletions

View 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)
{