]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Merge branch 'master' of ssh://jomand@git.sv.gnu.org/srv/git/lilypond into lilypond...
[lilypond.git] / lily / freetype.cc
index a966bf3bf9f80e0a91fd4fedfb7daf6668ea0820..08d7733461d1c1d59e646fa5919559b5006a6d02 100644 (file)
@@ -1,10 +1,9 @@
 /*
-  freetype.cc --  implement Freetype routines.
+  freetype.cc -- implement Freetype routines.
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 2004 Han-Wen Nienhuys <hanwen@xs4all.nl>
-
+  (c) 2004--2009 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");
 }