diff options
author | Jacob Smith <jake.smith@hdfgroup.org> | 2019-01-03 20:39:46 (GMT) |
---|---|---|
committer | Jacob Smith <jake.smith@hdfgroup.org> | 2019-01-03 20:39:46 (GMT) |
commit | 70d23fb54b0a20ea1c741f2c0cd700f7f6a07c51 (patch) | |
tree | ba540687770ae716d3a49db06cc2bc95165f91b6 /test/tfile.c | |
parent | 19e9cce732a8263f6290eaf74aff2915c72bbda4 (diff) | |
download | hdf5-70d23fb54b0a20ea1c741f2c0cd700f7f6a07c51.zip hdf5-70d23fb54b0a20ea1c741f2c0cd700f7f6a07c51.tar.gz hdf5-70d23fb54b0a20ea1c741f2c0cd700f7f6a07c51.tar.bz2 |
Change H5Dcreate() to H5Dcreate2().
Fix return value (int -> void).
Diffstat (limited to 'test/tfile.c')
-rw-r--r-- | test/tfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/tfile.c b/test/tfile.c index a91a437..2784204 100644 --- a/test/tfile.c +++ b/test/tfile.c @@ -4967,7 +4967,7 @@ test_libver_bounds_real(H5F_libver_t libver_create, unsigned oh_vers_create, #define VERBFNAME "tverbounds_dspace.h5" #define VERBDSNAME "dataset 1" #define SPACE1_DIM1 3 -static int +static void test_libver_bounds_open(void) { hid_t file = -1; /* File ID */ |