diff --git a/tools/shaderc/shaderc.cpp b/tools/shaderc/shaderc.cpp index 4b1911bfd..fcec13bf6 100644 --- a/tools/shaderc/shaderc.cpp +++ b/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; }