]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix compile
authorPatrick McCarty <pnorcks@gmail.com>
Tue, 6 Jan 2009 22:20:51 +0000 (14:20 -0800)
committerValentin Villenave <valentin@villenave.net>
Tue, 6 Jan 2009 23:24:19 +0000 (00:24 +0100)
Signed-off-by: Patrick McCarty <pnorcks@gmail.com>
scripts/etf2ly.py

index 26fd2e03ae1e4590cfe42c9e2795ec35c0299700..54daa94decea6db273a297308eaa815797fb1321 100644 (file)
@@ -1116,7 +1116,8 @@ class Etf_file:
 
         
         while c and c.number <> endno:
-            thread.append (c) c = c.next
+            thread.append (c)
+            c = c.next
 
         if c: 
             thread.append (c)