fix compiler warning

This commit is contained in:
Benjamin Peterson 2008-06-12 13:16:38 +00:00
parent 820c120059
commit af488af55d
1 changed files with 1 additions and 1 deletions

View File

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