diff options
| -rw-r--r-- | src/inlines.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inlines.c b/src/inlines.c index 4e6a30a..9ed7d46 100644 --- a/src/inlines.c +++ b/src/inlines.c @@ -36,8 +36,8 @@ typedef struct delimiter {  	struct delimiter *previous;  	struct delimiter *next;  	cmark_node *inl_text; -	unsigned char delim_char;  	int position; +	unsigned char delim_char;  	bool can_open;  	bool can_close;  	bool active;  | 
