summaryrefslogtreecommitdiffstats
path: root/src/H5detect.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2014-03-03 22:54:14 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2014-03-03 22:54:14 (GMT)
commite367f64e24b95876d7c2673c7181aa12533d3f31 (patch)
treeb0386e165f5170a9b8cfdb6fcfff96d850ff52a0 /src/H5detect.c
parentf683d9a035302bac4764ed2083d9020752ee40dc (diff)
downloadhdf5-e367f64e24b95876d7c2673c7181aa12533d3f31.zip
hdf5-e367f64e24b95876d7c2673c7181aa12533d3f31.tar.gz
hdf5-e367f64e24b95876d7c2673c7181aa12533d3f31.tar.bz2
[svn-r24757] Change assertion to condition check/error return. Should fix periodic
assertion failure in fheap test (in test that is expected to fail cleanly). Fix type in H5detect.c Tested: ostrich, platypus (h5committest - jam and koala having issues)
Diffstat (limited to 'src/H5detect.c')
-rw-r--r--src/H5detect.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5detect.c b/src/H5detect.c
index 0f8d051..aed7514 100644
--- a/src/H5detect.c
+++ b/src/H5detect.c
@@ -332,7 +332,7 @@ precision (detected_t *d)
if(_v1 != _v2) \
_pad_mask[_i] |= _byte_mask; \
_buf1[_i] ^= _byte_mask; \
- } /* enf for */ \
+ } /* end for */ \
\
/* Byte Order */ \
for(_i = 0, _v1 = 0.0, _v2 = 1.0; _i < (int)sizeof(TYPE); _i++) { \