]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.96
authorfred <fred>
Tue, 26 Mar 2002 23:26:08 +0000 (23:26 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:26:08 +0000 (23:26 +0000)
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;
 }