mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-30 18:02:02 +00:00
Add missing newline.
This commit is contained in:
@@ -752,7 +752,7 @@ void did_you_mean_flag(String flag) {
|
||||
string_to_lower(&name);
|
||||
|
||||
if (name == "opt") {
|
||||
gb_printf_err("`-opt` is an unrecognized option. Did you mean `-o`?");
|
||||
gb_printf_err("`-opt` is an unrecognized option. Did you mean `-o`?\n");
|
||||
return;
|
||||
}
|
||||
gb_printf_err("Unknown flag: '%.*s'\n", LIT(flag));
|
||||
|
||||
Reference in New Issue
Block a user