mirror of
https://github.com/znc/znc.git
synced 2026-08-06 08:52:57 +02:00
Cleanup extra semi-colons
This commit is contained in:
@@ -36,7 +36,7 @@ public:
|
||||
if (sAttempts.empty())
|
||||
m_uiAllowedFailed = 2;
|
||||
else
|
||||
m_uiAllowedFailed = sAttempts.ToUInt();;
|
||||
m_uiAllowedFailed = sAttempts.ToUInt();
|
||||
|
||||
if (sArgs.empty()) {
|
||||
timeout = 1;
|
||||
|
||||
Reference in New Issue
Block a user