Minor style consistency fix for svcExitProcess (#498)
This commit is contained in:
parent
59e0d7596f
commit
82f821156a
@ -699,7 +699,7 @@ Result svcQueryProcessMemory(MemInfo* info, PageInfo* out, Handle process, u32 a
|
||||
Result svcOpenProcess(Handle* process, u32 processId);
|
||||
|
||||
/// Exits the current process.
|
||||
void __attribute__((noreturn)) svcExitProcess();
|
||||
void svcExitProcess() __attribute__((noreturn));
|
||||
|
||||
/**
|
||||
* @brief Terminates a process.
|
||||
|
Loading…
Reference in New Issue
Block a user