]> git.donarmstrong.com Git - lilypond.git/commitdiff
oops.
authorHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 10:20:27 +0000 (11:20 +0100)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Fri, 5 Jan 2007 10:20:27 +0000 (11:20 +0100)
lily/system.cc

index 233c5a71018f93796fa2d8097fa310df92eb365a..5070f9426cd92506b77d97e3a9f108200f55e1ff 100644 (file)
@@ -493,7 +493,7 @@ Grob*
 System::column (int which) const
 {
   extract_grob_set (this, "columns", columns);
-  return columns[which]
+  return columns[which];
 }
 
 Paper_score*