]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/book.cc
Merge branch 'master' of ssh+git://hanwen@git.sv.gnu.org/srv/git/lilypond
[lilypond.git] / lily / book.cc
index 01e52ce9cdce87151b731a9301e653813a399af1..bf28d1b57dba46edf8673dac9096578c8e7b0853 100644 (file)
@@ -60,7 +60,7 @@ Book::Book (Book const &s)
       Score *newscore = unsmob_score (scm_car (p))->clone ();
 
       *t = scm_cons (newscore->self_scm (), SCM_EOL);
-      t = SCM_CDRLOC(*t);
+      t = SCM_CDRLOC (*t);
       newscore->unprotect ();
     }
 }