]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/source.cc
* lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
[lilypond.git] / lily / source.cc
index 5d03537cdfd3ba88f75a820b5b8aeeae023f97c1..b73fa590ac72755bfd31fbdfa1fafe45d6237659 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2005 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include "source.hh"
@@ -15,7 +15,7 @@
 Sources::Sources ()
 {
   sourcefile_list_ = 0;
-  path_= 0;
+  path_ = 0;
   is_binary_ = false;
 }