eo: fix headr to header

if you enable EO_DEBUG you cannot build eo, since the field is called
header not headr
This commit is contained in:
Marcel Hollerbach 2016-09-19 13:00:36 +02:00
parent 5a3cf323ef
commit f63cd63e54
1 changed files with 1 additions and 1 deletions

View File

@ -1708,7 +1708,7 @@ _efl_data_xunref_internal(_Eo_Object *obj, void *data, const _Eo_Object *ref_obj
((char *)data < (((char *) obj) + klass->obj_size)));
if (!in_range)
{
ERR("Data %p is not in the data range of the object %p (%s).", data, (Eo *)obj->headr.id, obj->klass->desc->name);
ERR("Data %p is not in the data range of the object %p (%s).", data, (Eo *)obj->header.id, obj->klass->desc->name);
}
#else
(void) obj;