Просмотр исходного кода

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

Бранимир Караџић 4 лет назад
Родитель
Сommit
c8311f1a55
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      tools/shaderc/shaderc.cpp

+ 1 - 1
tools/shaderc/shaderc.cpp

@@ -2735,7 +2735,7 @@ namespace bgfx
 
 
 			if (!bx::open(writer, outFilePath) )
 			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;
 				return bx::kExitFailure;
 			}
 			}