mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 14:16:32 +02:00
* Fixed accidental typo.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user