add newline at end of error (#2374)

This commit is contained in:
Kartoffelsaft 2021-01-31 11:27:25 -08:00 committed by GitHub
parent 298ffe0968
commit c3c3f869f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}