Remove unneeded semicolons
This commit is contained in:
parent
267f82bd82
commit
d16adaf965
4 changed files with 5 additions and 5 deletions
|
@ -37,7 +37,7 @@ namespace Ryujinx.HLE.HOS.Kernel
|
|||
{
|
||||
_system.CriticalSection.Leave();
|
||||
|
||||
return MakeError(ErrorModule.Kernel, KernelErr.NoAccessPerm);;
|
||||
return MakeError(ErrorModule.Kernel, KernelErr.NoAccessPerm);
|
||||
}
|
||||
|
||||
if (mutexValue != (ownerHandle | HasListenersMask))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue