]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
*** empty log message ***
[lilypond.git] / lily / freetype.cc
index d8a0029ba1a6c0696f2f522d71330977b0105473..31a92c95fe73be28b5e9ca4575763e47d4b2f371 100644 (file)
@@ -16,8 +16,6 @@ init_freetype ()
 {
   int errorcode = FT_Init_FreeType (&freetype2_library);
   if (errorcode)
-    {
-      error ("Could  not initialize freetype");
-    }
+    error ("can't initialize FreeType");
 }