Closed Jean-Daniel closed 4 years ago
The implementation error should be obvious enough.
myhtml_tree_attr_t * myhtml_token_node_attribute_last(myhtml_token_node_t *token_node) { return token_node->attr_first; }
@Jean-Daniel Thanks for the report!
The implementation error should be obvious enough.