From 255f176fdcd42ab94f9c3c54e2bffb55d0b1a8f5 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 9 Aug 2011 08:35:07 +0200 Subject: [PATCH] Minor --- src/hb-uniscribe-shape.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-uniscribe-shape.cc b/src/hb-uniscribe-shape.cc index 7962f3a1c..a0020cacf 100644 --- a/src/hb-uniscribe-shape.cc +++ b/src/hb-uniscribe-shape.cc @@ -92,7 +92,7 @@ populate_log_font (LOGFONTW *lf, } -static struct hb_uniscribe_face_data_t{ +static struct hb_uniscribe_face_data_t { HANDLE fh; } _hb_uniscribe_face_data_nil = {0};