]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Change docstrings for microtonal music
[lilypond.git] / lily / freetype.cc
index d8a0029ba1a6c0696f2f522d71330977b0105473..08d7733461d1c1d59e646fa5919559b5006a6d02 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 2004--2009 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #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");
 }