summaryrefslogtreecommitdiff
path: root/utils/utf8proc_data.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2014-06-04 13:50:26 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2014-06-04 13:50:26 +0100
commit4641769ae540dc4e6d9cd31f14f041746adcd279 (patch)
tree52c64548b0b03e4559bcfcb87be6ca93c763b2f1 /utils/utf8proc_data.c
parenteee7189f05ad0de23c4a56ce0255a25d0ee4b4d8 (diff)
downloadnetsurf-4641769ae540dc4e6d9cd31f14f041746adcd279.tar.gz
netsurf-4641769ae540dc4e6d9cd31f14f041746adcd279.tar.bz2
Make chris' work compile without warning and not infinite-loop where I spotted it
Diffstat (limited to 'utils/utf8proc_data.c')
-rw-r--r--utils/utf8proc_data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/utf8proc_data.c b/utils/utf8proc_data.c
index 1426b76e0..69411279c 100644
--- a/utils/utf8proc_data.c
+++ b/utils/utf8proc_data.c
@@ -4946,7 +4946,7 @@ const uint16_t utf8proc_stage2table[] = {
0, };
const utf8proc_property_t utf8proc_properties[] = {
- {0, 0, 0, 0, NULL, false, -1, -1, -1, -1, -1, false},
+ {0, 0, 0, 0, NULL, false, -1, -1, -1, -1, -1, false, false, false, false, NULL},
{UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_BN, 0, NULL, false, -1, -1, -1, -1, -1, false, true, true, false, NULL},
{UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_S, 0, NULL, false, -1, -1, -1, -1, -1, false, false, true, false, NULL},
{UTF8PROC_CATEGORY_CC, 0, UTF8PROC_BIDI_CLASS_B, 0, NULL, false, -1, -1, -1, -1, -1, false, false, true, false, NULL},