From f7a7341726f58f4660fc29bad58c7304a96c8318 Mon Sep 17 00:00:00 2001 From: Philip Hazel Date: Fri, 4 Mar 2022 08:41:57 +0000 Subject: [PATCH] Update ucd.c generation script for overlong initializer --- maint/GenerateUcd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maint/GenerateUcd.py b/maint/GenerateUcd.py index 8f7dc0d..6081800 100755 --- a/maint/GenerateUcd.py +++ b/maint/GenerateUcd.py @@ -773,7 +773,7 @@ the tables when not needed. But don't leave a totally empty module because some compilers barf at that. Instead, just supply some small dummy tables. */ #ifndef SUPPORT_UNICODE -const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0,0 }}; +const ucd_record PRIV(ucd_records)[] = {{0,0,0,0,0,0,0}}; const uint16_t PRIV(ucd_stage1)[] = {0}; const uint16_t PRIV(ucd_stage2)[] = {0}; const uint32_t PRIV(ucd_caseless_sets)[] = {0};