From: Benjamin Peterson Date: Thu, 12 Jun 2008 13:16:38 +0000 (+0000) Subject: fix compiler warning X-Git-Tag: v3.0b1~78 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af488af55d8f0c078a0c2ac900310194d26e4fc8;p=thirdparty%2FPython%2Fcpython.git fix compiler warning --- diff --git a/Modules/_gestalt.c b/Modules/_gestalt.c index 7fb1bc97ce52..3a7279f82407 100644 --- a/Modules/_gestalt.c +++ b/Modules/_gestalt.c @@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = { NULL }; -void +PyMODINIT_FUNC PyInit__gestalt(void) { return PyModule_Create(&gestaltmodule);