aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2020-04-30 19:26:31 +0100
committergingerBill <bill@gingerbill.org>2020-04-30 19:26:31 +0100
commitdd0fb744fe1eae5727ddffaf3c2a59e830f857b2 (patch)
treeed57c6fc29e74323fbdba0fc2a86821f7a9a0495 /src/main.cpp
parent70a66cd559076c1ec3a1cde738a465d79c87e87a (diff)
Add missing `;`
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index f3cb63104..a3daf25dc 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1418,7 +1418,7 @@ void print_show_help(String const arg0, String const &command) {
print_usage_line(2, "Example: -pdb-name:different.pdb");
print_usage_line(0, "");
- print_usage_line(1, "-subsystem:<option>")
+ print_usage_line(1, "-subsystem:<option>");
print_usage_line(2, "[Windows only]");
print_usage_line(2, "Defines the subsystem for the application");
print_usage_line(2, "Available options:");