]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/open-type-font.cc
Update.
[lilypond.git] / lily / open-type-font.cc
index 386a618a9c5a1728f71d028676d253ef7b3a7a28..b23f947602b1e61a04d0b976947a36f22a6aa177 100644 (file)
@@ -137,7 +137,7 @@ Open_type_font::get_indexed_char (int signed_idx) const
 {
   if (SCM_HASHTABLE_P (lily_character_table_))
     {
-      const int len =256;
+      const int len = 256;
       char name[len];
       int code = FT_Get_Glyph_Name (face_, signed_idx, name, len);
       if (code)