]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype.cc
Fix typo in file name.
[lilypond.git] / lily / freetype.cc
index fd43ac112d73546eec24b192d1eafe8b394dc738..1f5d834c1a192d12633d4db42b210a871e4354b8 100644 (file)
@@ -25,7 +25,7 @@ FT_Library freetype2_library;
 void
 init_freetype ()
 {
-  int errorcode = FT_Init_FreeType (&freetype2_library);
+  FT_Error errorcode = FT_Init_FreeType (&freetype2_library);
   if (errorcode)
     error ("cannot initialize FreeType");
 }