diff options
Diffstat (limited to 'Modules/regexmodule.c')
-rw-r--r-- | Modules/regexmodule.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/regexmodule.c b/Modules/regexmodule.c index 5b284c6..ff3b895 100644 --- a/Modules/regexmodule.c +++ b/Modules/regexmodule.c @@ -657,7 +657,7 @@ static struct PyMethodDef regex_global_methods[] = { }; DL_EXPORT(void) -initregex() +initregex(void) { PyObject *m, *d, *v; int i; |