summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node.h b/src/node.h
index 2163230..327c568 100644
--- a/src/node.h
+++ b/src/node.h
@@ -23,8 +23,8 @@ typedef struct {
} cmark_list;
typedef struct {
- cmark_chunk info;
- cmark_chunk literal;
+ unsigned char *info;
+ unsigned char *literal;
uint8_t fence_length;
uint8_t fence_offset;
unsigned char fence_char;