summaryrefslogtreecommitdiffstats
path: root/src/H5V.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5V.c')
-rw-r--r--src/H5V.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5V.c b/src/H5V.c
index f0ee13c..a72452f 100644
--- a/src/H5V.c
+++ b/src/H5V.c
@@ -157,7 +157,7 @@ H5V_hyper_stride(intn n, const hsize_t *size,
hsize_t acc; /*accumulator */
int i; /*counter */
- FUNC_ENTER(H5V_hyper_stride, (abort(), 0));
+ FUNC_ENTER(H5V_hyper_stride, (HDabort(), 0));
assert(n >= 0 && n < H5V_HYPER_NDIMS);
assert(size);