summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/Server.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Server.cpp b/src/Server.cpp
index 4dbe59ac6..df6e5ec8a 100644
--- a/src/Server.cpp
+++ b/src/Server.cpp
@@ -640,7 +640,6 @@ void cServer::PrintHelp(const AStringVector & a_Split, cCommandOutputCallback &
const AStringPair & cmd = *itr;
a_Output.Out(Printf("%-*s%s\n", static_cast<int>(Callback.m_MaxLen), cmd.first.c_str(), cmd.second.c_str()));
} // for itr - Callback.m_Commands[]
- a_Output.Finished();
}