summaryrefslogtreecommitdiffstats
path: root/Modules/operator.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/operator.c')
-rw-r--r--Modules/operator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/operator.c b/Modules/operator.c
index 46e5b51..b8bab59 100644
--- a/Modules/operator.c
+++ b/Modules/operator.c
@@ -247,7 +247,7 @@ spam2(delslice,__delslice__,
/* Initialization function for the module (*must* be called initoperator) */
DL_EXPORT(void)
-initoperator()
+initoperator(void)
{
/* Create the module and add the functions */
Py_InitModule4("operator", operator_methods, operator_doc,