summaryrefslogtreecommitdiffstats
path: root/Modules/selectmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/selectmodule.c')
-rw-r--r--Modules/selectmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/selectmodule.c b/Modules/selectmodule.c
index 8f73d38..674a738 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -337,7 +337,7 @@ static char module_doc[] =
On Windows, only sockets are supported; on Unix, all file descriptors.";
DL_EXPORT(void)
-initselect()
+initselect(void)
{
PyObject *m, *d;
m = Py_InitModule3("select", select_methods, module_doc);