summaryrefslogtreecommitdiff
path: root/Modules/imageop.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/imageop.c')
-rw-r--r--Modules/imageop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/imageop.c b/Modules/imageop.c
index e22c96f7a2..7c7116d6cb 100644
--- a/Modules/imageop.c
+++ b/Modules/imageop.c
@@ -706,7 +706,7 @@ static PyMethodDef imageop_methods[] = {
DL_EXPORT(void)
-initimageop()
+initimageop(void)
{
PyObject *m, *d;
m = Py_InitModule("imageop", imageop_methods);