formatting, fixes from testing latest in Odin fork

This commit is contained in:
2024-12-13 11:56:07 -05:00
parent e3172057d3
commit 6ffdca8595
7 changed files with 57 additions and 57 deletions

View File

@ -505,7 +505,7 @@ CodeBody gen_ast_inlines()
{
if ( ast == nullptr )
{
log_failure( "Attempt to dereference a nullptr!" );
log_failure( "Attempt to dereference a nullptr!\n" );
return nullptr;
}
return ast;