aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJeroen van Rijn <Kelimion@users.noreply.github.com>2022-11-01 00:47:16 +0100
committerJeroen van Rijn <Kelimion@users.noreply.github.com>2022-11-01 00:47:16 +0100
commit2d5779b66046c8cd75d969bdeb7192cb83f56b90 (patch)
tree923852b90a672305ae25449969bd3afe765d807b /src
parentfd53e8b95598d983ab511a38091927098425b6c8 (diff)
Add missing newline.
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index b583e9843..ae6bd174a 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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));