summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/cmark_ctype.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmark_ctype.c b/src/cmark_ctype.c
index c0c4d5b..baa68e9 100644
--- a/src/cmark_ctype.c
+++ b/src/cmark_ctype.c
@@ -6,7 +6,7 @@
*/
static const uint8_t cmark_ctype_class[256] = {
/* 0 1 2 3 4 5 6 7 8 9 a b c d e f */
- /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 1, 0, 0,
+ /* 0 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 0, 0,
/* 1 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
/* 2 */ 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2,
/* 3 */ 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2,