mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
add newline at end of error (#2374)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user