diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-07 00:58:07 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-07 00:58:07 (GMT) |
commit | 5ce2a178043d9749d30076a2e62249d9998c40ec (patch) | |
tree | d4a848cf79a167c0c010da3a4140d03e1c67009a /tools/src/h5repack | |
parent | 72363de1c0707687dde4326ac807d34a94d8cd04 (diff) | |
download | hdf5-5ce2a178043d9749d30076a2e62249d9998c40ec.zip hdf5-5ce2a178043d9749d30076a2e62249d9998c40ec.tar.gz hdf5-5ce2a178043d9749d30076a2e62249d9998c40ec.tar.bz2 |
Removes staff email addresses from the repository
Removes redundant C library headers from hl library
Diffstat (limited to 'tools/src/h5repack')
-rw-r--r-- | tools/src/h5repack/h5repack_parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/src/h5repack/h5repack_parse.c b/tools/src/h5repack/h5repack_parse.c index 95cacc1..50ccd7a 100644 --- a/tools/src/h5repack/h5repack_parse.c +++ b/tools/src/h5repack/h5repack_parse.c @@ -478,7 +478,7 @@ obj_list_t* parse_filter(const char *str, unsigned *n_objs, filter_info_t *filt, * Example: * "AA,B,CDE:CHUNK=10X10" * - * Programmer: Pedro Vicente, pvn@ncsa.uiuc.edu + * Programmer: Pedro Vicente * * Date: December 30, 2003 * |