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

This commit is contained in:
Бранимир Караџић 2021-01-31 15:47:21 -08:00
commit c8311f1a55
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}