mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
fix compiler warning
This commit is contained in:
parent
820c120059
commit
af488af55d
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = {
|
|||
NULL
|
||||
};
|
||||
|
||||
void
|
||||
PyMODINIT_FUNC
|
||||
PyInit__gestalt(void)
|
||||
{
|
||||
return PyModule_Create(&gestaltmodule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue