Skip to content

Commit c446aa5

Browse files
committed
Fix -Wstrict-prototypes warning
1 parent d6a020b commit c446aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

limejudge/ptrace.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static struct PyModuleDef ptrace_module = {
5050
};
5151

5252
PyMODINIT_FUNC
53-
PyInit_ptrace()
53+
PyInit_ptrace(void)
5454
{
5555
return PyModule_Create(&ptrace_module);
5656
}

0 commit comments

Comments
 (0)