Fix build for C89 compilers
authorBehdad Esfahbod <behdad@behdad.org>
Mon, 3 Jun 2013 22:39:14 +0000 (18:39 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 3 Jun 2013 22:39:14 +0000 (18:39 -0400)
test/api/test-buffer.c

index 82fdaae..77fa786 100644 (file)
@@ -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