Minor fixup after #7826

This commit is contained in:
Eladash 2020-03-23 09:51:45 +02:00 committed by Ivan
parent cccc32fa9d
commit 017ef5a94e
1 changed files with 4 additions and 2 deletions

View File

@ -80,8 +80,10 @@ error_code _sys_lwmutex_destroy(ppu_thread& ppu, u32 lwmutex_id)
return 0;
}
}
break;
else
{
break;
}
}
if (!idm::remove_verify<lv2_obj, lv2_lwmutex>(lwmutex_id, std::move(mutex)))