Commit af488af5 authored by Benjamin Peterson's avatar Benjamin Peterson

fix compiler warning

parent 820c1200
......@@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = {
NULL
};
void
PyMODINIT_FUNC
PyInit__gestalt(void)
{
return PyModule_Create(&gestaltmodule);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment