licq-im / licq

An instant messaging client for UNIX
http://www.licq.org/
16 stars 4 forks source link

licq.cpp: multiple cut'n'paste problems #44

Closed dcb314 closed 10 years ago

dcb314 commented 10 years ago

licq.cpp:150]: (style) Expression is always false because 'else if' condition matches previous condition at line 132. licq.cpp:158]: (style) Expression is always false because 'else if' condition matches previous condition at line 140.

else if (where & SSL_CB_ALERT)
{
}
else if (where & SSL_CB_EXIT)
{
}
else if (where & SSL_CB_ALERT)
{
}
else if (where & SSL_CB_EXIT)
{
}