base: fix string description of array-object type

This commit is contained in:
Luke Howard
2022-01-03 16:24:11 +11:00
parent 44a8cf1747
commit 2a2a83b712

View File

@@ -58,7 +58,7 @@ array_dealloc(heim_object_t ptr)
struct heim_type_data array_object = {
HEIM_TID_ARRAY,
"dict-object",
"array-object",
NULL,
array_dealloc,
NULL,