From: Behdad Esfahbod Date: Mon, 3 Jun 2013 22:39:14 +0000 (-0400) Subject: Fix build for C89 compilers X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4446b10bfe0a9e7236bf941fa69a96697939e11;p=platform%2Fupstream%2FlibHarfBuzzSharp.git Fix build for C89 compilers --- diff --git a/test/api/test-buffer.c b/test/api/test-buffer.c index 82fdaae..77fa786 100644 --- a/test/api/test-buffer.c +++ b/test/api/test-buffer.c @@ -704,7 +704,7 @@ static const utf16_conversion_test_t utf16_conversion_tests[] = { {{0x41, 0xD800, 0xDF02}, {-1}}, {{0x41, 0x61, 0xD800, 0xDF02}, {0x61, -1}}, {{0x41, 0xD800, 0x61, 0xDF02}, {-1, 0x61}}, - {{0x41, 0x61}, {}} + {{0x41, 0x61}, {0}} }; static void