diff options
author | Max Kellermann <max@duempel.org> | 2014-01-28 22:56:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-29 08:09:48 +0100 |
commit | 5b3aa45e58a9d2da7814f57532b34d0472e56a5f (patch) | |
tree | 6fcd1c3e8d9b62f4b0d13720330a8890b2b1dd12 | |
parent | c4403c523f3b5514be499ff20887ec340f2272e9 (diff) | |
download | mpd-5b3aa45e58a9d2da7814f57532b34d0472e56a5f.tar.gz mpd-5b3aa45e58a9d2da7814f57532b34d0472e56a5f.tar.xz mpd-5b3aa45e58a9d2da7814f57532b34d0472e56a5f.zip |
CommandLine: remove junk from string literal
Diffstat (limited to '')
-rw-r--r-- | src/CommandLine.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 5500d43ba..7884dea01 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -104,7 +104,7 @@ static void version(void) "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" "\n" - "db/Database plugins:"); + "Database plugins:"); for (auto i = database_plugins; *i != nullptr; ++i) printf(" %s", (*i)->name); |