eo: fix headr to header
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 19 Sep 2016 11:00:36 +0000 (13:00 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 19 Sep 2016 11:25:23 +0000 (13:25 +0200)
if you enable EO_DEBUG you cannot build eo, since the field is called
header not headr

src/lib/eo/eo.c

index a7dc3ce..f2e9f31 100644 (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;