summaryrefslogtreecommitdiff
path: root/src/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.c')
-rw-r--r--src/node.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/node.c b/src/node.c
index 88c2106..23e8265 100644
--- a/src/node.c
+++ b/src/node.c
@@ -114,6 +114,7 @@ cmark_node_unlink(cmark_node *node) {
node->next = NULL;
node->prev = NULL;
node->parent = NULL;
+
}
int