You need to sign in or sign up before continuing.
Commit 5b3aa45e authored by Max Kellermann's avatar Max Kellermann

CommandLine: remove junk from string literal

parent c4403c52
...@@ -104,7 +104,7 @@ static void version(void) ...@@ -104,7 +104,7 @@ static void version(void)
"This is free software; see the source for copying conditions. There is NO\n" "This is free software; see the source for copying conditions. There is NO\n"
"warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
"\n" "\n"
"db/Database plugins:"); "Database plugins:");
for (auto i = database_plugins; *i != nullptr; ++i) for (auto i = database_plugins; *i != nullptr; ++i)
printf(" %s", (*i)->name); printf(" %s", (*i)->name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment