1
0
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:
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;