[HB] Add missing initializer
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 11 Aug 2009 03:45:57 +0000 (23:45 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Mon, 2 Nov 2009 19:40:40 +0000 (14:40 -0500)
src/hb-font.cc

index e56accd..784dc56 100644 (file)
@@ -127,7 +127,9 @@ static hb_face_t _hb_face_nil = {
   NULL, /* destroy */
   NULL, /* user_data */
 
-  &_hb_unicode_funcs_nil  /* unicode */
+  &_hb_unicode_funcs_nil,  /* unicode */
+
+  {} /* ot_layout */
 };
 
 hb_face_t *