summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTravis Oliphant <oliphant@enthought.com>2006-08-21 19:04:25 +0000
committerTravis Oliphant <oliphant@enthought.com>2006-08-21 19:04:25 +0000
commit77732fafe67896acd72c96b237154051f85732df (patch)
treebafad351a15bc77124b0b2aa608cd2faa78dfcc5
parent35b2e72846667f7a5630eaf4aeef905164ae6ab7 (diff)
downloadnumpy-77732fafe67896acd72c96b237154051f85732df.tar.gz
Fix missing #endif
-rw-r--r--numpy/core/include/numpy/arrayobject.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/numpy/core/include/numpy/arrayobject.h b/numpy/core/include/numpy/arrayobject.h
index 871500777..e258eb01d 100644
--- a/numpy/core/include/numpy/arrayobject.h
+++ b/numpy/core/include/numpy/arrayobject.h
@@ -19,3 +19,5 @@
#ifndef NPY_NO_SIGNAL
#include "npy_interrupt.h"
#endif
+
+#endif