Browse Source

add newline at end of error (#2374)

Kartoffelsaft 4 years ago
parent
commit
c3c3f869f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/shaderc/shaderc.cpp

+ 1 - 1
tools/shaderc/shaderc.cpp

@@ -2735,7 +2735,7 @@ namespace bgfx
 
 			if (!bx::open(writer, outFilePath) )
 			{
-				bx::printf("Unable to open output file '%s'.", outFilePath);
+				bx::printf("Unable to open output file '%s'.\n", outFilePath);
 				return bx::kExitFailure;
 			}