Skip to content

Commit

Permalink
fix comiple error on vela
Browse files Browse the repository at this point in the history
  • Loading branch information
huke committed Dec 25, 2023
1 parent f9ae25c commit e7e9920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime-library/libdyntype/dynamic-simple/object.c
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ dynamic_get_property(dyn_ctx_t ctx, dyn_value_t obj, const char *prop)
}

if (!dyn_obj->properties) {
return false;
return NULL;
}

if (dyn_obj->header.class_id == DynClassArray
Expand Down

0 comments on commit e7e9920

Please sign in to comment.