Fix build for C89 compilers
This commit is contained in:
parent
4ddf937242
commit
a4446b10bf
|
@ -704,7 +704,7 @@ static const utf16_conversion_test_t utf16_conversion_tests[] = {
|
||||||
{{0x41, 0xD800, 0xDF02}, {-1}},
|
{{0x41, 0xD800, 0xDF02}, {-1}},
|
||||||
{{0x41, 0x61, 0xD800, 0xDF02}, {0x61, -1}},
|
{{0x41, 0x61, 0xD800, 0xDF02}, {0x61, -1}},
|
||||||
{{0x41, 0xD800, 0x61, 0xDF02}, {-1, 0x61}},
|
{{0x41, 0xD800, 0x61, 0xDF02}, {-1, 0x61}},
|
||||||
{{0x41, 0x61}, {}}
|
{{0x41, 0x61}, {0}}
|
||||||
};
|
};
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in New Issue