X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=988aa027492692e0360269f758534de19fa2dbb1;hp=54a93fb34d8aa7676f3c5fbf2f52af2b6cdea3a4;hb=0a43227b8cd44625f4881cc1545d42c8c8a4876c;hpb=921321156c2f1ceed0e02d519a1835e63e8c8b48 diff --git a/src/client/client.cpp b/src/client/client.cpp index 54a93fb3..988aa027 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -535,7 +535,7 @@ void Client::networkDestroyed() break; } else { - netIter++; + ++netIter; } } }