summaryrefslogtreecommitdiffstats
path: root/Modules/_localemodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_localemodule.c')
-rw-r--r--Modules/_localemodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_localemodule.c b/Modules/_localemodule.c
index e32e81b..4362ffd 100644
--- a/Modules/_localemodule.c
+++ b/Modules/_localemodule.c
@@ -400,7 +400,7 @@ static struct PyMethodDef PyLocale_Methods[] = {
};
DL_EXPORT(void)
-init_locale()
+init_locale(void)
{
PyObject *m, *d, *x;