Fix build for C89 compilers

This commit is contained in:
Behdad Esfahbod 2013-06-03 18:39:14 -04:00
parent 4ddf937242
commit a4446b10bf
1 changed files with 1 additions and 1 deletions

View File

@ -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