]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Merge branch 'master' of git://git.sv.gnu.org/lilypond
[lilypond.git] / lily / freetype.cc
index 57db56909cb385af15343d2a3f4bd3a5251a81fb..1988ed556e50f505d0a118eb1590747344f0cdc2 100644 (file)
@@ -3,8 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004--2005 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2004--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "freetype.hh"
 
 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");
 }