diff options
Diffstat (limited to 'pcre/pcre_chartables.c')
-rw-r--r-- | pcre/pcre_chartables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre/pcre_chartables.c b/pcre/pcre_chartables.c index 2a39e9ff33a..1e20ec29d05 100644 --- a/pcre/pcre_chartables.c +++ b/pcre/pcre_chartables.c @@ -163,7 +163,7 @@ graph, print, punct, and cntrl. Other classes are built from combinations. */ */ 0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 0- 7 */ - 0x00,0x01,0x01,0x00,0x01,0x01,0x00,0x00, /* 8- 15 */ + 0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, /* 8- 15 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 16- 23 */ 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, /* 24- 31 */ 0x01,0x00,0x00,0x00,0x80,0x00,0x00,0x00, /* - ' */ |