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:
parent
40051b82cb
commit
e9aaf56b3d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user