]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/global-ctor.cc
patch::: 1.5.9.jcn1
[lilypond.git] / lily / global-ctor.cc
index b48a72ff3b4485e2eceda863adeaf6819c5dfda8..5fa1db034d86079eee3288654d16127c2d25f4d8 100644 (file)
@@ -3,7 +3,7 @@
   
   source file of the GNU LilyPond music typesetter
   
-  (c) 1999--2000 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1999--2001 Han-Wen Nienhuys <hanwen@cs.uu.nl>
   
  */
 #include "global-ctor.hh"
@@ -23,5 +23,5 @@ void
 call_constructors ()
 {
   for (int i=0; i < ctor_global_static_arr_p_->size (); i++)
   (ctor_global_static_arr_p_->elem (i)) ();
+ (ctor_global_static_arr_p_->elem (i)) ();
 }