]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/relocate.cc
Add scons cruft.
[lilypond.git] / lily / relocate.cc
index d7f7888c4a6ecdf7e2d0401b8be4af941caecd26..ac4c31bac4658673c9af16e3b9f0363ef969b783 100644 (file)
@@ -385,7 +385,7 @@ read_relocation_file (string filename)
       else if (command == "prependdir")
        prepend_env_path (variable.c_str (), value);
       else
-       error ( _f("Unknown relocation command %s", command));
+       error (_f ("Unknown relocation command %s", command));
     }
 
   fclose (f);