Skip to content

Commit 10cf9bb

Browse files
authored
Mark svcExitProcess as taking no arguments (#499)
1 parent 813d28d commit 10cf9bb

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 svcExitProcess() __attribute__((noreturn));
702+
void svcExitProcess(void) __attribute__((noreturn));
703703

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

0 commit comments

Comments
 (0)