mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-17 11:22:22 -07:00
Minor code reorganization
This commit is contained in:
@@ -7795,6 +7795,7 @@ bool ir_gen_init(irGen *s, Checker *c) {
|
||||
|
||||
gbFileError err = gb_file_create(&s->output_file, output_file_path);
|
||||
if (err != gbFileError_None) {
|
||||
gb_printf_err("Failed to create file %s\n", output_file_path);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user