summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmark.h')
-rw-r--r--src/cmark.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark.h b/src/cmark.h
index 1ffbcf1..63b60dc 100644
--- a/src/cmark.h
+++ b/src/cmark.h
@@ -29,7 +29,7 @@ struct node_inl {
INL_IMAGE
} tag;
union {
- chunk literal;
+ cmark_chunk literal;
struct node_inl *inlines;
struct {
struct node_inl *label;