]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/dot-configuration.cc
Merge commit 'origin' into beamlets2
[lilypond.git] / lily / dot-configuration.cc
index c4cf852d1a7a154d254b4d315745eeafbf5aae15..e82c17257ac93a35dbeda783aff7da490c3b3f4b 100644 (file)
@@ -5,9 +5,10 @@
   terms of the GNU General Public License.  LilyPond comes with NO
   WARRANTY.
 
-  (c) 1997--2007 Han-Wen Nienhuys <hanwen@xs4all.nl>
+  (c) 1997--2008 Han-Wen Nienhuys <hanwen@xs4all.nl>
 */
 
+#include <cstdio>
 #include "dot-configuration.hh"
 #include "dot-formatting-problem.hh"
 #include "staff-symbol-referencer.hh"
@@ -48,7 +49,7 @@ Dot_configuration::print () const
   for (Dot_configuration::const_iterator i (begin ());
        i != end (); i++)
     printf ("%d, ", i->first);
-  printf ("} \n");
+  printf ("}\n");
 }
 
 /*