Merge branch 'master' of github.com:bkaradzic/bgfx
This commit is contained in:
commit
c8311f1a55
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user