summaryrefslogtreecommitdiff
path: root/src/html.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/html.c')
-rw-r--r--src/html.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html.c b/src/html.c
index f7da7c2..f3f4cd1 100644
--- a/src/html.c
+++ b/src/html.c
@@ -92,7 +92,7 @@ static int S_render_node(cmark_node *node, cmark_event_type ev_type,
break;
case CMARK_NODE_LIST: {
- cmark_list_type list_type = node->as.list.list_type;
+ cmark_list_type list_type = (cmark_list_type)node->as.list.list_type;
int start = node->as.list.start;
if (entering) {