1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-28 03:06:20 -04:00

Fix dom_node_attribute comment mentioning non-existant struct

Noticed by kon.
This commit is contained in:
Jonas Fonseca 2007-07-31 14:37:41 +02:00
parent dc2cac851d
commit b831ee64aa

View File

@ -164,8 +164,7 @@ struct dom_attribute_node {
/* Has the node->string been converted to internal charset. */
unsigned int converted:1;
/* Is the attribute a unique identifier meaning the owner (element)
* should be added to the document nodes @element_id hash. */
/* Is the attribute a unique identifier. */
unsigned int id:1;
/* The attribute value references some other resource */