Missing \n in output.

This commit is contained in:
Christoffer Lerno
2021-12-06 09:19:37 +01:00
parent 4153cbe16d
commit 49efa4fafc

View File

@@ -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;
}
}