]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/freetype-error.cc
Run grand-replace for 2009.
[lilypond.git] / lily / freetype-error.cc
index 683671146c350055e2793cbd7f6627afe4bb84d2..8e5d435bc676776e1dcd2e92a45612eff0e20c40 100644 (file)
@@ -3,14 +3,14 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 2007 Han-Wen Nienhuys <hanwen@lilypond.org>
+  (c) 2007--2009 Han-Wen Nienhuys <hanwen@lilypond.org>
   
 */
 
 #include "freetype.hh"
 
 #undef __FTERRORS_H__                                           
-#define FT_ERRORDEF( e, v, s )  { e, s },                       
+#define FT_ERRORDEF(e, v, s)  { e, s },                       
 #define FT_ERROR_START_LIST     {                               
 #define FT_ERROR_END_LIST       { 0, 0 } };