mirror of
https://github.com/python/cpython.git
synced 2025-12-04 16:43:27 +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
|
NULL
|
||||||
};
|
};
|
||||||
|
|
||||||
void
|
PyMODINIT_FUNC
|
||||||
PyInit__gestalt(void)
|
PyInit__gestalt(void)
|
||||||
{
|
{
|
||||||
return PyModule_Create(&gestaltmodule);
|
return PyModule_Create(&gestaltmodule);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue