From 17e4a8203dc24ecee990ba3e8880092a1864e12e Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 18 Feb 2015 15:55:04 -0800 Subject: Repacked delimiter struct to avoid hole. --- src/inlines.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; -- cgit v1.2.3