]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/music-output.cc
Imported Upstream version 2.16.0
[lilypond.git] / lily / music-output.cc
index 9b8a99c724c571eda92dbf3f0dba2c321a132227..dfb8b4e46ba7e1aba0d376fe3ad227f16c096090 100644 (file)
@@ -1,7 +1,7 @@
 /*
   This file is part of LilyPond, the GNU music typesetter.
 
-  Copyright (C) 2005--2011 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  Copyright (C) 2005--2012 Han-Wen Nienhuys <hanwen@xs4all.nl>
 
   LilyPond is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -54,7 +54,7 @@ Music_output::mark_smob (SCM s)
 }
 
 int
-Music_output::print_smob (SCM s, SCM p, scm_print_state*)
+Music_output::print_smob (SCM s, SCM p, scm_print_state *)
 {
   Music_output *sc = (Music_output *) SCM_CELL_WORD_1 (s);
   scm_puts ("#<", p);