chiark / gitweb /
minor fixes to output
[moebius2.git] / output.c
index 39a25356b9a9b352a03891c7f2337cb44b0ca3ec..712c192015c23aa23038dbd4fde7ff6eabc11b60 100644 (file)
--- a/output.c
+++ b/output.c
@@ -411,7 +411,7 @@ static void outtriangle(int rev, const OutVertex *a,
 static void write_file(void) {
   static const char header[80]= "#!/usr/bin/meshlab\n" "binary STL file\n";
 
-  if (isatty(1)) fail("will not write binary stl to tty!");
+  if (isatty(1)) fail("will not write binary stl to tty!\n");
 
   WR(header);