fix compiler warning

This commit is contained in:
Benjamin Peterson 2008-06-12 13:16:38 +00:00
parent 820c120059
commit af488af55d

View file

@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = {
NULL
};
void
PyMODINIT_FUNC
PyInit__gestalt(void)
{
return PyModule_Create(&gestaltmodule);