]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/scores.cc
release: 1.3.152
[lilypond.git] / lily / scores.cc
index 2e4e6b8bb5260dfa301434b1b2bf318fbea89789..c711d24a2bf2f7ba1e110015c1e639477cf93063 100644 (file)
@@ -41,7 +41,7 @@ void write_dependency_file (String fn, Array<String> targets,
 {
   const int WRAPWIDTH = 65;
 
-  progress_indication (_f ("dependencies output to %s...", fn.ch_C ()));
+  progress_indication (_f ("dependencies output to `%s'...", fn.ch_C ()));
   progress_indication ("\n");
   ofstream f (fn.ch_C ());
   if (!f)