Remove break and add fallthrough comment in WorldListPage.cpp

Signed-off-by: PandaNinjas <admin@malwarefight.wip.la>
This commit is contained in:
PandaNinjas
2023-07-04 16:38:04 -04:00
committed by GitHub
parent 95f6860005
commit 1fbc17d275

View File

@ -338,8 +338,8 @@ void WorldListPage::mceditState(LoggedProcess::State state)
case LoggedProcess::Aborted:
{
failed = true;
break;
}
/* fallthrough */
case LoggedProcess::Running:
case LoggedProcess::Finished:
{