summaryrefslogtreecommitdiff
path: root/src/ast.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast.c')
-rw-r--r--src/ast.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ast.c b/src/ast.c
index 1622568..8ccf184 100644
--- a/src/ast.c
+++ b/src/ast.c
@@ -6,7 +6,7 @@
#include "references.h"
// Free a node_block list and any children.
-void cmark_free_nodes(node_block *e)
+void cmark_free_blocks(node_block *e)
{
node_block * next;
while (e != NULL) {