Explorar el Código

Merge branch 'master' of github.com:bkaradzic/bgfx

Бранимир Караџић hace 4 años
padre
commit
c8311f1a55
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
 			}