diff options
Diffstat (limited to 'Modules/glmodule.c')
-rw-r--r-- | Modules/glmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/glmodule.c b/Modules/glmodule.c index baeb294..2d314b9 100644 --- a/Modules/glmodule.c +++ b/Modules/glmodule.c @@ -7633,7 +7633,7 @@ static struct PyMethodDef gl_methods[] = { }; void -initgl() +initgl(void) { (void) Py_InitModule("gl", gl_methods); } |