summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/core/src/multiarray/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/src/multiarray/common.c b/numpy/core/src/multiarray/common.c
index 9c2e15ae9..f7e891174 100644
--- a/numpy/core/src/multiarray/common.c
+++ b/numpy/core/src/multiarray/common.c
@@ -45,7 +45,7 @@ _array_find_python_scalar_type(PyObject *op)
return PyArray_DescrFromType(NPY_OBJECT);
}
else {
- return PyArray_DescrFromType(NPY_LONGLONG);
+ return PyArray_DescrFromType(NPY_LONGLONG);
}
}
return NULL;