Skip to content

Commit

Permalink
fix compile error on vela (#130)
Browse files Browse the repository at this point in the history
* fix comiple error on vela

---------

Signed-off-by: huke <[email protected]>
Co-authored-by: huke <[email protected]>
  • Loading branch information
brucehuke and huke authored Dec 25, 2023
1 parent b042839 commit a9fa847
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 a9fa847

Please sign in to comment.