summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/include/numpy/arrayobject.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h
index e7f8d1dba..63bcf54ff 100644
--- a/numpy/core/include/numpy/arrayobject.h
+++ b/numpy/core/include/numpy/arrayobject.h
@@ -633,7 +633,7 @@ typedef Py_uintptr_t npy_uintp;
#define NPY_SIZEOF_UINTP SIZEOF_PY_INTPTR_T
#if (PY_VERSION_HEX < 0x02050000)
-typedef int Py_ssize_t
+typedef int Py_ssize_t;
#define PY_SSIZE_T_MAX INT_MAX
#define PY_SSIZE_T_MIN INT_MIN
#define NPY_SSIZE_T_PYFMT "i"