X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=lily%2Ffreetype.cc;h=18882125d64c48f9e1073ab81688a940240524c0;hb=dfdd6c798542018b86d8ada2ae339e5159d36d12;hp=d8a0029ba1a6c0696f2f522d71330977b0105473;hpb=58bcc84c9480dae1b21bc24d8396b91fe19e0131;p=lilypond.git diff --git a/lily/freetype.cc b/lily/freetype.cc index d8a0029ba1..18882125d6 100644 --- a/lily/freetype.cc +++ b/lily/freetype.cc @@ -3,7 +3,7 @@ source file of the GNU LilyPond music typesetter - (c) 2004--2005 Han-Wen Nienhuys + (c) 2004--2007 Han-Wen Nienhuys */ #include "freetype.hh" @@ -16,8 +16,6 @@ init_freetype () { int errorcode = FT_Init_FreeType (&freetype2_library); if (errorcode) - { - error ("Could not initialize freetype"); - } + error ("cannot initialize FreeType"); }