]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/input-smob.cc
release: 1.3.96
[lilypond.git] / lily / input-smob.cc
index 2a9927db8697cf3a7360170640c4538bcde0c5bb..992c0e5baff13ffa7b7f7158dffd838167778745 100644 (file)
@@ -23,7 +23,7 @@ SCM mark_smob (SCM)
 static int
 print_smob (SCM s, SCM port, scm_print_state *)
 {
-  String str = "#<location" +  unsmob_input (s)->location_str () + ">";
+  String str = "#<location " +  unsmob_input (s)->location_str () + ">";
   scm_puts (str.ch_C(), port);
   return 1;
 }