mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 14:30:48 -07:00
Remove unneeded semicolons
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user