]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/midi-stream.cc
* lily/align-interface.cc (align_elements_to_extents): warn if
[lilypond.git] / lily / midi-stream.cc
index 7651b3fe6f3e161cf01e86c9e26d9626649364cd..b3f3f6df148730df33d56092f3df218f2e08155a 100644 (file)
@@ -7,10 +7,10 @@
 */
 
 
-#include <errno.h>
-
 #include "midi-stream.hh"
 
+#include <errno.h>
+
 #include "stream.hh"
 #include "string-convert.hh"
 #include "main.hh"
@@ -41,7 +41,7 @@ Midi_stream::operator << (String str)
                           sz, n, out_file_);
 
   if (written != sz * n)
-    warning (_ ("could not write file: `%s'"));
+    warning (_ ("can't write to file: `%s'"));
 
   return *this;
 }