]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/build.cpp
- Fixed Etb saving custom tags to global tagfile (Shaderman/namespace)
[xonotic/netradiant.git] / radiant / build.cpp
index 2a0d631332a30aa29b51738f90d5728c6d3d9159..dcb23a28c0b6b1075f666b139908f3bffb4db48d 100644 (file)
@@ -606,7 +606,7 @@ bool build_commands_parse(const char* filename)
 
       return true;
     }
-    globalErrorStream() << "failed to parse build menu: " << makeQuoted(filename);
+    globalErrorStream() << "failed to parse build menu: " << makeQuoted(filename) << "\n";
   }
   return false;
 }