diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2019-06-06 15:36:56 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2019-06-06 15:47:44 +0800 |
commit | 6a6976ff13d85aa4317ac2687622f313190e5114 (patch) | |
tree | 245b21744fa2c581288ac1b21e6c2a7c70d32fad /pango/pango-script-lang-table.h | |
parent | 024d17ffa14e00cce07457805cd7f9a40389d053 (diff) | |
download | pango-6a6976ff13d85aa4317ac2687622f313190e5114.tar.gz |
Re-generate pango-script-lang-table.h
This contains the updates that removes the empty arrays from the generated
code.
Diffstat (limited to 'pango/pango-script-lang-table.h')
-rw-r--r-- | pango/pango-script-lang-table.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pango/pango-script-lang-table.h b/pango/pango-script-lang-table.h index d296010e..9f6e0b42 100644 --- a/pango/pango-script-lang-table.h +++ b/pango/pango-script-lang-table.h @@ -1,7 +1,7 @@ /* pango-script-lang-table.h: * * Generated by ../tools/gen-script-for-lang.c - * Date: 2019-05-27 + * Date: 2019-06-06 * Source: fontconfig-2.13.1 * * Do not edit. @@ -236,7 +236,7 @@ static const PangoScriptForLang pango_script_for_lang[] = { { "ug", { G_UNICODE_SCRIPT_ARABIC/*33*/ } }, { "uk", { G_UNICODE_SCRIPT_CYRILLIC/*72*/ } }, { "und-zmth", { G_UNICODE_SCRIPT_LATIN/*53*/, G_UNICODE_SCRIPT_GREEK/*51*/ } }, - { "und-zsye", { } }, + { "und-zsye", { 0 } }, { "ur", { G_UNICODE_SCRIPT_ARABIC/*27*/ } }, { "uz", { G_UNICODE_SCRIPT_LATIN/*52*/ } }, { "ve", { G_UNICODE_SCRIPT_LATIN/*62*/ } }, |