X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fclient.cpp;h=988aa027492692e0360269f758534de19fa2dbb1;hb=5013eef8eb17221e8f5866977f02e970e30ec0ac;hp=54a93fb34d8aa7676f3c5fbf2f52af2b6cdea3a4;hpb=d82f98b8cf9c7c83f3aab1d7f010ccf8bdd2c003;p=quassel.git 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; } } }