X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffreetype.cc;h=bcf8a3ca5face2787711f40104142800906f5e98;hb=5b4b0d6e9a197e8f9eb085b7c2ad78b8be3e5cfc;hp=57db56909cb385af15343d2a3f4bd3a5251a81fb;hpb=634ad74db688a5305f001917453c5cd15305c539;p=lilypond.git diff --git a/lily/freetype.cc b/lily/freetype.cc index 57db56909c..bcf8a3ca5f 100644 --- a/lily/freetype.cc +++ b/lily/freetype.cc @@ -3,8 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Han-Wen Nienhuys - + (c) 2004--2008 Han-Wen Nienhuys */ #include "freetype.hh" @@ -12,14 +11,11 @@ FT_Library freetype2_library; - void -init_freetype() +init_freetype () { - int errorcode = FT_Init_FreeType( &freetype2_library ); + int errorcode = FT_Init_FreeType (&freetype2_library); if (errorcode) - { - error("Could not initialize freetype"); - } + error ("cannot initialize FreeType"); }