Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit af488af

Browse files
committed
fix compiler warning
1 parent 820c120 commit af488af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/_gestalt.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ static struct PyModuleDef gestaltmodule = {
7777
NULL
7878
};
7979

80-
void
80+
PyMODINIT_FUNC
8181
PyInit__gestalt(void)
8282
{
8383
return PyModule_Create(&gestaltmodule);

0 commit comments

Comments
 (0)