diff options
author | Hyo-Kyung Lee <hyoklee@hdfgroup.org> | 2018-07-10 23:13:44 (GMT) |
---|---|---|
committer | Hyo-Kyung Lee <hyoklee@hdfgroup.org> | 2018-07-10 23:13:44 (GMT) |
commit | 863148d1fe0b6949708698ad9277dbdba8129e0c (patch) | |
tree | 608851e37e18d76327bf4e987cf34b60702e247c /test/vds.c | |
parent | b6fcbf4bb0f693fd6a0517f0ff3f74d52b329d1e (diff) | |
download | hdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.zip hdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.tar.gz hdf5-863148d1fe0b6949708698ad9277dbdba8129e0c.tar.bz2 |
fixed typo.
Diffstat (limited to 'test/vds.c')
-rw-r--r-- | test/vds.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ vds_select_equal(hid_t space1, hid_t space2) if(npoints1 != npoints2) return FALSE; - /* Allocate point lists. Do not return directly afer + /* Allocate point lists. Do not return directly after * allocating, to make sure buffers are freed. */ if(NULL == (buf1 = (hsize_t *)HDmalloc((size_t)rank1 * (size_t)npoints1 * sizeof(hsize_t)))) TEST_ERROR |