summaryrefslogtreecommitdiff
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 5d9ab35b54..8fdc97d1d7 100644
--- a/Modules/selectmodule.c
+++ b/Modules/selectmodule.c
@@ -559,7 +559,7 @@ poll_getattr(pollObject *self, char *name)
return Py_FindMethod(poll_methods, (PyObject *)self, name);
}
-statichere PyTypeObject poll_Type = {
+static PyTypeObject poll_Type = {
/* The ob_type field must be initialized in the module init function
* to be portable to Windows without using C++. */
PyObject_HEAD_INIT(NULL)