]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/main.cc
2003 -> 2004
[lilypond.git] / lily / main.cc
index 11a97fb92c9cc8daade683371c6f1f475156bf30..754b5c4dec1c912e4b5ffaa6a47506de04d85e80 100644 (file)
@@ -3,7 +3,7 @@
 
   source file of the GNU LilyPond music typesetter
 
-  (c)  1997--2003 Han-Wen Nienhuys <hanwen@cs.uu.nl>
+  (c) 1997--2004 Han-Wen Nienhuys <hanwen@cs.uu.nl>
 */
 
 #include <stdlib.h>
@@ -373,7 +373,8 @@ main_prog (void *, int, char **)
     {
       printf ("Failed files: ");
       for (int i = 0; i < failed_files.size (); i++)
-       printf ("%s", failed_files[i].to_str0 ());
+       printf ("%s ", failed_files[i].to_str0 ());
+      printf ("\n");
     }
   exit (exit_status_global);
 }