Skip to content

Commit 82f8211

Browse files
authored
Minor style consistency fix for svcExitProcess (#498)
1 parent 59e0d75 commit 82f8211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libctru/include/3ds/svc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ Result svcQueryProcessMemory(MemInfo* info, PageInfo* out, Handle process, u32 a
699699
Result svcOpenProcess(Handle* process, u32 processId);
700700

701701
/// Exits the current process.
702-
void __attribute__((noreturn)) svcExitProcess();
702+
void svcExitProcess() __attribute__((noreturn));
703703

704704
/**
705705
* @brief Terminates a process.

0 commit comments

Comments
 (0)