]> git.donarmstrong.com Git - lilypond.git/commitdiff
Add missing trailing newline
authorJulien Rioux <julien.rioux@gmail.com>
Thu, 7 Aug 2014 18:28:21 +0000 (20:28 +0200)
committerJulien Rioux <julien.rioux@gmail.com>
Thu, 21 Aug 2014 19:02:45 +0000 (21:02 +0200)
scm/lily.scm

index 2f589d01ffd04c3f6aef037f36c8969bc8a7e351..e4126ef3ffb50c6ebd4a8fe9a506dadf321d9c9f 100644 (file)
@@ -750,7 +750,7 @@ messages into errors.")
 (define (dump-profile base last this)
   (let* ((outname (format #f "~a.profile" (dir-basename base ".ly")))
          (diff (map - this last)))
-    (ly:progress "\nWriting timing to ~a..." outname)
+    (ly:progress "\nWriting timing to ~a...\n" outname)
     (format (open-file outname "w")
             "time: ~a\ncells: ~a\n"
             (if (ly:get-option 'dump-cpu-profile)