summaryrefslogtreecommitdiffstats
path: root/Modules/gdbmmodule.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/gdbmmodule.c')
-rw-r--r--Modules/gdbmmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/gdbmmodule.c b/Modules/gdbmmodule.c
index 2c5bdbe..6d2e6ce 100644
--- a/Modules/gdbmmodule.c
+++ b/Modules/gdbmmodule.c
@@ -474,7 +474,7 @@ static PyMethodDef dbmmodule_methods[] = {
};
DL_EXPORT(void)
-initgdbm() {
+initgdbm(void) {
PyObject *m, *d;
Dbmtype.ob_type = &PyType_Type;