diff options
-rw-r--r-- | numpy/core/src/_sortmodule.c.src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/_sortmodule.c.src b/numpy/core/src/_sortmodule.c.src index bc2159791..8e2e742bd 100644 --- a/numpy/core/src/_sortmodule.c.src +++ b/numpy/core/src/_sortmodule.c.src @@ -846,7 +846,7 @@ add_sortfuncs(void) } static struct PyMethodDef methods[] = { - {NULL, NULL, 0} + {NULL, NULL, 0, NULL} }; PyMODINIT_FUNC |