summaryrefslogtreecommitdiffstats
path: root/Modules/imgfile.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/imgfile.c')
-rw-r--r--Modules/imgfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/imgfile.c b/Modules/imgfile.c
index e1e798f..9a7f74f 100644
--- a/Modules/imgfile.c
+++ b/Modules/imgfile.c
@@ -509,7 +509,7 @@ static PyMethodDef imgfile_methods[] = {
void
-initimgfile()
+initimgfile(void)
{
PyObject *m, *d;
m = Py_InitModule("imgfile", imgfile_methods);