We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7827a2c commit 022f9f5Copy full SHA for 022f9f5
heap.go
@@ -16,7 +16,7 @@ static PyMethodDef* _gopy_malloc_PyMethodDefArray(size_t n) {
16
return (PyMethodDef*)malloc(n * sizeof(PyMethodDef));
17
}
18
19
-static _gopy_set_PyMethodDef(PyMethodDef *array, int i, PyMethodDef *o) {
+static void _gopy_set_PyMethodDef(PyMethodDef *array, int i, PyMethodDef *o) {
20
array[i] = *o;
21
22
*/
0 commit comments