add newline at end of error (#2374)
This commit is contained in:
parent
298ffe0968
commit
c3c3f869f5
@ -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