summaryrefslogtreecommitdiff
path: root/src/node.h
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-12-14 14:03:08 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2014-12-14 14:03:57 -0800
commite9e4fa11de887c3e558310d3ef3bc6215510f6f4 (patch)
treef96b463213727d0f477a82eae73066ac1fff43ef /src/node.h
parent37554bbb7901b7116e1a5006f331968444141b76 (diff)
Use chunk for fenced code info, instead of strbuf.
Diffstat (limited to 'src/node.h')
-rw-r--r--src/node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node.h b/src/node.h
index e015c12..e5508b4 100644
--- a/src/node.h
+++ b/src/node.h
@@ -26,7 +26,7 @@ typedef struct {
int fence_length;
int fence_offset;
unsigned char fence_char;
- strbuf info;
+ chunk info;
} cmark_code;
typedef struct {