diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-11-30 17:56:43 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-11-30 17:56:43 (GMT) |
commit | c0021b348d01e4c87645224fc308697e39c95029 (patch) | |
tree | 95407c4ed37e450b4eeecf6dd59f23daeba2ebb9 /src/H5Oflush.c | |
parent | 4d4eb4cd5cc64d47f46fd944fd9b9548d38c86be (diff) | |
download | hdf5-c0021b348d01e4c87645224fc308697e39c95029.zip hdf5-c0021b348d01e4c87645224fc308697e39c95029.tar.gz hdf5-c0021b348d01e4c87645224fc308697e39c95029.tar.bz2 |
Normalization with VOL integration branch.
Diffstat (limited to 'src/H5Oflush.c')
-rw-r--r-- | src/H5Oflush.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Oflush.c b/src/H5Oflush.c index 9764f56..b1592dd 100644 --- a/src/H5Oflush.c +++ b/src/H5Oflush.c @@ -405,7 +405,7 @@ H5O_refresh_metadata_reopen(hid_t oid, H5G_loc_t *obj_loc, hid_t dxpl_id, hbool_ case H5I_ERROR_STACK: case H5I_NTYPES: default: - HGOTO_ERROR(H5E_ARGS, H5E_CANTRELEASE, FAIL, "not a valid file object ID (dataset, group, or datatype)") + HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, FAIL, "not a valid file object ID (dataset, group, or datatype)") break; } /* end switch */ |