mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-15 01:24:45 +02:00
Code cleanup: remove double and unneded semicolons
This commit is contained in:
@ -1050,7 +1050,7 @@ std::string Bonus::Description() const
|
||||
{
|
||||
case ARTIFACT:
|
||||
str << VLC->arth->artifacts[sid]->Name();
|
||||
break;;
|
||||
break;
|
||||
case SPELL_EFFECT:
|
||||
str << SpellID(sid).toSpell()->name;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user