]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/duration-scheme.cc
Merge commit 'origin/dev/jneeman' into systems-per-page
[lilypond.git] / lily / duration-scheme.cc
index 5bc12ea0731eebd694ee0caa4f1f3dc89e8b4b4c..8ac8b2d6e3bb0dfcaf1f2498ef0f1b040e5ca284 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the LilyPond music typesetter
 
-  (c) 1997--2007 Jan Nieuwenhuizen <janneke@gnu.org>
+  (c) 1997--2009 Jan Nieuwenhuizen <janneke@gnu.org>
   Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
@@ -58,7 +58,7 @@ LY_DEFINE (ly_make_duration, "ly:make-duration",
   int dots = 0;
   if (dotcount != SCM_UNDEFINED)
     {
-      LY_ASSERT_TYPE (scm_is_integer, dotcount,2);
+      LY_ASSERT_TYPE (scm_is_integer, dotcount, 2);
       dots = scm_to_int (dotcount);
     }