summaryrefslogtreecommitdiff
path: root/include/dom/core/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/dom/core/node.h')
-rw-r--r--include/dom/core/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dom/core/node.h b/include/dom/core/node.h
index 35be6f0..ba273af 100644
--- a/include/dom/core/node.h
+++ b/include/dom/core/node.h
@@ -68,7 +68,7 @@ typedef enum {
DOM_NOTATION_NODE = 12,
/* And a count of the number of node types */
- DOM_NODE_TYPE_COUNT = DOM_NOTATION_NODE
+ DOM_NODE_TYPE_COUNT
} dom_node_type;
typedef struct dom_node_internal dom_node_internal;