diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-15 03:32:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-15 03:32:50 (GMT) |
commit | 13cb4e16d233e2dde908113f29e15e434dbc1e99 (patch) | |
tree | c17b80e883c814c34c569f677bf7ee632b981caa /src/H5EAtest.c | |
parent | 71bf801ca22311a60604d6632c31b16294c01989 (diff) | |
download | hdf5-13cb4e16d233e2dde908113f29e15e434dbc1e99.zip hdf5-13cb4e16d233e2dde908113f29e15e434dbc1e99.tar.gz hdf5-13cb4e16d233e2dde908113f29e15e434dbc1e99.tar.bz2 |
Even more normalization with develop
Diffstat (limited to 'src/H5EAtest.c')
-rw-r--r-- | src/H5EAtest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5EAtest.c b/src/H5EAtest.c index 8926d6a..a0802bc 100644 --- a/src/H5EAtest.c +++ b/src/H5EAtest.c @@ -11,7 +11,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Quincey Koziol <koziol@hdfgroup.org> +/* Programmer: Quincey Koziol * Thursday, August 28, 2008 * * Purpose: Extensible array testing functions. @@ -38,7 +38,7 @@ #include "H5Eprivate.h" /* Error handling */ #include "H5EApkg.h" /* Extensible Arrays */ #include "H5FLprivate.h" /* Free Lists */ -#include "H5VMprivate.h" /* Vector functions */ +#include "H5VMprivate.h" /* Vector functions */ /****************/ |