summaryrefslogtreecommitdiffstats
path: root/Modules/newmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/newmodule.c')
-rw-r--r--Modules/newmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/newmodule.c b/Modules/newmodule.c
index e8c758c..3ebac7f 100644
--- a/Modules/newmodule.c
+++ b/Modules/newmodule.c
@@ -195,7 +195,7 @@ char new_doc[] =
You need to know a great deal about the interpreter to use this!";
DL_EXPORT(void)
-initnew()
+initnew(void)
{
Py_InitModule4("new", new_methods, new_doc, (PyObject *)NULL,
PYTHON_API_VERSION);