summaryrefslogtreecommitdiff
path: root/src/cmark.h
diff options
context:
space:
mode:
authorNick Wellnhofer <wellnhofer@aevum.de>2014-11-12 17:48:03 +0100
committerNick Wellnhofer <wellnhofer@aevum.de>2014-11-12 19:31:41 +0100
commite9ba8f064cb61239be6432ec60ab2ced3d9d339f (patch)
tree3b7e2fe79f4f069fcc904f71b560e847a9a8a1e8 /src/cmark.h
parentfc923ee0a3e3837fdb51c3f8fc6e99d16bdb8f4c (diff)
Prefix names in chunk.h
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;