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 fbf449c..ee0ff41 100644
--- a/src/node.h
+++ b/src/node.h
@@ -17,11 +17,11 @@ typedef struct {
} cmark_literal;
typedef struct {
- cmark_list_type list_type;
int marker_offset;
int padding;
int start;
- cmark_delim_type delimiter;
+ unsigned char list_type;
+ unsigned char delimiter;
unsigned char bullet_char;
bool tight;
} cmark_list;