diff --git a/src/blackcore/fsd/authresponse.cpp b/src/blackcore/fsd/authresponse.cpp index da21d715f..fd9a67bee 100644 --- a/src/blackcore/fsd/authresponse.cpp +++ b/src/blackcore/fsd/authresponse.cpp @@ -36,7 +36,7 @@ namespace BlackCore { BlackMisc::CLogMessage(static_cast(nullptr)).warning(u"Wrong number of arguments."); return {}; - }; + } return AuthResponse(tokens[0], tokens[1], tokens[2]); } }