diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2020-10-06 11:47:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 11:47:44 (GMT) |
commit | d1adf43852c29d9c81372a83b5ed2a5b943c5c6d (patch) | |
tree | 01728234e86353cc159c0920fd31f62f93397bc3 /src | |
parent | ab7333fd8b26eebbd1cfe215a34047d1c5502afc (diff) | |
parent | ad5710ef668322c241df1442c335bfc7f09b5184 (diff) | |
download | hdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.zip hdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.tar.gz hdf5-d1adf43852c29d9c81372a83b5ed2a5b943c5c6d.tar.bz2 |
Merge pull request #21 from byrnHDF/hdf5_1_10
h5repacktest VFD fix and formatting changes
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Fquery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Fquery.c b/src/H5Fquery.c index 580c5fa..7609ea4 100644 --- a/src/H5Fquery.c +++ b/src/H5Fquery.c @@ -200,8 +200,8 @@ H5F_get_actual_name(const H5F_t *f) * Function: H5F_get_extpath * * Purpose: Retrieve the file's 'extpath' flags - * This is used by H5L_extern_traverse() and H5D_build_file_prefix() to retrieve the main file's - *location when searching the target file. + * This is used by H5L_extern_traverse() and H5D_build_file_prefix() + * to retrieve the main file's location when searching the target file. * * Return: 'extpath' on success/abort on failure (shouldn't fail) *------------------------------------------------------------------------- |