summaryrefslogtreecommitdiffstats
path: root/src/H5F.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-12-06 06:10:02 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-12-16 16:14:02 (GMT)
commitd1c07a5a6f1653ed9abd37b319e210853be9b68d (patch)
treefc83f0cf8bfcd3161880c5cafa35b3d5e346fd40 /src/H5F.c
parent957940befb6358345840a6943e8ff736cbdd11f7 (diff)
downloadhdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.zip
hdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.tar.gz
hdf5-d1c07a5a6f1653ed9abd37b319e210853be9b68d.tar.bz2
Minor tweaks noticed while going over VOL documentation.
Diffstat (limited to 'src/H5F.c')
-rw-r--r--src/H5F.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5F.c b/src/H5F.c
index 41eac3e..440d00c 100644
--- a/src/H5F.c
+++ b/src/H5F.c
@@ -961,7 +961,7 @@ hid_t
H5Freopen(hid_t file_id)
{
H5VL_object_t *vol_obj = NULL;
- H5F_t *file = NULL; /* File struct for new file */
+ void *file = NULL; /* File struct for new file */
hid_t ret_value = H5I_INVALID_HID; /* Return value */
FUNC_ENTER_API(H5I_INVALID_HID)