diff options
Diffstat (limited to 'numpy/numarray')
-rw-r--r-- | numpy/numarray/_capi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/numarray/_capi.c b/numpy/numarray/_capi.c index 78187c50e..032379515 100644 --- a/numpy/numarray/_capi.c +++ b/numpy/numarray/_capi.c @@ -3394,7 +3394,7 @@ static struct PyModuleDef moduledef = { NULL }; -PyObject *PyInit__capi(void) +PyMODINIT_FUNC PyInit__capi(void) #else #define RETVAL |