1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-29 08:40:40 +02:00

Style fix in DatabaseImpl.

This commit is contained in:
Christian Muehlhaeuser
2014-11-06 06:05:40 +01:00
parent 5f393ebc3d
commit b76053c629

View File

@@ -799,7 +799,7 @@ Tomahawk::DatabaseImpl::openDatabase( const QString& dbname, bool checkSchema )
}
else if ( version < 0 )
{
schemaUpdated = updateSchema( 0 );
schemaUpdated = updateSchema( 0 );
}
return schemaUpdated;