From 4b8215bacaaac8615a7af9f03b417e5fac169fe4 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Tue, 29 Oct 2019 17:58:36 +0100 Subject: [PATCH] fix code-style --- lib/api/server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/api/server.cpp b/lib/api/server.cpp index 5d4e3461f..22a087e94 100644 --- a/lib/api/server.cpp +++ b/lib/api/server.cpp @@ -133,7 +133,7 @@ void Server::stop() ret = close(sd); if (ret) - throw SystemError("Failed to close API socket");; + throw SystemError("Failed to close API socket"); state = State::STOPPED; }