base: fix string description of array-object type
This commit is contained in:
@@ -58,7 +58,7 @@ array_dealloc(heim_object_t ptr)
|
|||||||
|
|
||||||
struct heim_type_data array_object = {
|
struct heim_type_data array_object = {
|
||||||
HEIM_TID_ARRAY,
|
HEIM_TID_ARRAY,
|
||||||
"dict-object",
|
"array-object",
|
||||||
NULL,
|
NULL,
|
||||||
array_dealloc,
|
array_dealloc,
|
||||||
NULL,
|
NULL,
|
||||||
|
Reference in New Issue
Block a user