1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

* Fixed accidental typo.

This commit is contained in:
Christian Muehlhaeuser 2012-05-28 13:16:25 +02:00
parent 40051b82cb
commit e9aaf56b3d

View File

@ -339,7 +339,7 @@ XmppSipPlugin::onDisconnect( Jreen::Client::DisconnectReason reason )
default:
qDebug() << "Not all Client::DisconnectReasons checked" << ( int ) reason;
Q_ASSERT( false s);
Q_ASSERT( false );
break;
}
m_state = Account::Disconnected;