mirror of
https://github.com/c3lang/c3c.git
synced 2026-02-27 12:01:16 +00:00
Missing \n in output.
This commit is contained in:
@@ -452,7 +452,7 @@ void compiler_compile(void)
|
||||
if (!obj_format_linking_supported(platform_target.object_format) || !linker(active_target.name, obj_files,
|
||||
output_file_count))
|
||||
{
|
||||
printf("No linking is performed due to missing linker support.");
|
||||
printf("No linking is performed due to missing linker support.\n");
|
||||
active_target.run_after_compile = false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user