]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/tie-performer.cc
Typos.
[lilypond.git] / lily / tie-performer.cc
index df68a638b1c0cf827123092690772ac4f8996ac0..2fe3df0733b045eb0e17df0abd0818832d9a145b 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c) 1998--2006 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1998--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
 #include "performer.hh"
@@ -101,7 +101,7 @@ Tie_performer::stop_translation_timestep ()
       heads_to_tie_ = now_heads_;
     }
 
-  for (vsize i = now_tied_heads_.size(); i--;)
+  for (vsize i = now_tied_heads_.size (); i--;)
     heads_to_tie_.push_back (now_tied_heads_[i]);
 
   event_ = 0;