mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-348 add {} to initializer of array of structs
X-SVN-Rev: 1097
This commit is contained in:
parent
12317a643b
commit
b1c5fc409a
1 changed files with 5 additions and 5 deletions
|
@ -90,11 +90,11 @@ typedef struct
|
|||
|
||||
static const UAmbiguousConverter UCNV_AMBIGUOUSCONVERTERS[UCNV_MAX_AMBIGUOUSCCSIDS] =
|
||||
{
|
||||
943, 0x00A5, 0x005C,
|
||||
949, 0x20A9, 0x005C,
|
||||
1361, 0x20A9, 0x005C,
|
||||
942, 0x00A5, 0x005C,
|
||||
1363, 0x20A9, 0x005C
|
||||
{ 943, 0x00A5, 0x005C },
|
||||
{ 949, 0x20A9, 0x005C },
|
||||
{ 1361, 0x20A9, 0x005C },
|
||||
{ 942, 0x00A5, 0x005C },
|
||||
{ 1363, 0x20A9, 0x005C }
|
||||
};
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue