diff --git a/libcomps/src/comps_objlist.h b/libcomps/src/comps_objlist.h index 0fcd48b..1d19167 100644 --- a/libcomps/src/comps_objlist.h +++ b/libcomps/src/comps_objlist.h @@ -34,7 +34,7 @@ typedef struct COMPS_ObjListIt COMPS_ObjListIt; struct COMPS_ObjListIt { COMPS_Object *comps_obj; COMPS_ObjListIt *next; -} UnfoObjListIt; +}; /** COMPS_Object derivate representing category element in comps.xml structure*/