mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-13 06:22:33 -07:00
Remove unneeded semicolons
This commit is contained in:
@@ -61,7 +61,7 @@ namespace Ryujinx.HLE.HOS.Services.Nfp
|
||||
throw new InvalidOperationException("Out of handles!");
|
||||
}
|
||||
|
||||
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);;
|
||||
context.Response.HandleDesc = IpcHandleDesc.MakeCopy(handle);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user