diff options
author | Quincey Koziol <koziol@koziol.gov> | 2019-08-22 18:28:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@koziol.gov> | 2019-08-22 18:28:20 (GMT) |
commit | c36d2eeae7eac6012b2061e308040ea260f4f392 (patch) | |
tree | f5c3bd33db25b2d5953eb9f5d64a8dcab8ae0ddb /src/H5Fcwfs.c | |
parent | 5d6f27b32be6919ab64046bd8ff27c69d84a2c17 (diff) | |
download | hdf5-c36d2eeae7eac6012b2061e308040ea260f4f392.zip hdf5-c36d2eeae7eac6012b2061e308040ea260f4f392.tar.gz hdf5-c36d2eeae7eac6012b2061e308040ea260f4f392.tar.bz2 |
Switch shared file struct name from 'H5F_file_t' to 'H5F_shared_t', to match
naming convention for shared structs in rest of library data structures.
Diffstat (limited to 'src/H5Fcwfs.c')
-rw-r--r-- | src/H5Fcwfs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Fcwfs.c b/src/H5Fcwfs.c index aa5f8ab..26452b6 100644 --- a/src/H5Fcwfs.c +++ b/src/H5Fcwfs.c @@ -299,7 +299,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5F_cwfs_remove_heap(H5F_file_t *shared, H5HG_heap_t *heap) +H5F_cwfs_remove_heap(H5F_shared_t *shared, H5HG_heap_t *heap) { unsigned u; /* Local index variable */ herr_t ret_value = SUCCEED; /* Return value */ |