mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-19 01:34:10 +01:00
strat: add missing semicolon
This commit is contained in:
parent
7668dfb756
commit
36e3519982
@ -681,7 +681,7 @@ namespace ams::ldr {
|
||||
/* Load NSOs into process memory. */
|
||||
{
|
||||
/* Ensure we close the process handle, if we fail. */
|
||||
ON_RESULT_FAILURE { os::CloseNativeHandle(info.process_handle); }
|
||||
ON_RESULT_FAILURE { os::CloseNativeHandle(info.process_handle); };
|
||||
|
||||
/* Load all NSOs. */
|
||||
R_TRY(LoadAutoLoadModules(std::addressof(info), g_nso_headers, g_has_nso, argument));
|
||||
|
Loading…
x
Reference in New Issue
Block a user