Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lexborisov/Modest.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source/myhtml/token.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/myhtml/token.c b/source/myhtml/token.c
index 0dcaa97..73d1e1a 100644
--- a/source/myhtml/token.c
+++ b/source/myhtml/token.c
@@ -227,7 +227,7 @@ myhtml_tree_attr_t * myhtml_token_node_attribute_first(myhtml_token_node_t *toke
myhtml_tree_attr_t * myhtml_token_node_attribute_last(myhtml_token_node_t *token_node)
{
- return token_node->attr_first;
+ return token_node->attr_last;
}
const char * myhtml_token_node_text(myhtml_token_node_t *token_node, size_t *length)