From 24643bde1d2c79cc512242379868efadf653c1da Mon Sep 17 00:00:00 2001 From: Nick Wellnhofer Date: Mon, 17 Nov 2014 20:13:20 +0100 Subject: Switch cmark_node_block over to cmark_node --- src/ast.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index baeaa3f..61c52bc 100644 --- a/src/ast.h +++ b/src/ast.h @@ -89,8 +89,8 @@ struct cmark_node_block { struct cmark_doc_parser { struct cmark_reference_map *refmap; - struct cmark_node_block* root; - struct cmark_node_block* current; + struct cmark_node* root; + struct cmark_node* current; int line_number; cmark_strbuf *curline; }; -- cgit v1.2.3