diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-16 21:09:22 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-16 21:09:22 (GMT) |
commit | ba42c55e23396090a3eed26ca3dc8e74333e6455 (patch) | |
tree | 30e352888cad3320f7f52b20f5840d177afcf9c5 /src/H5FDstdio.c | |
parent | cba993c3492d773e5d0923257382eca17e594910 (diff) | |
download | hdf5-ba42c55e23396090a3eed26ca3dc8e74333e6455.zip hdf5-ba42c55e23396090a3eed26ca3dc8e74333e6455.tar.gz hdf5-ba42c55e23396090a3eed26ca3dc8e74333e6455.tar.bz2 |
Minor normalizations with develop
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r-- | src/H5FDstdio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c index a769e86..68b2861 100644 --- a/src/H5FDstdio.c +++ b/src/H5FDstdio.c @@ -11,7 +11,7 @@ * help@hdfgroup.org. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ -/* Programmer: Robb Matzke <matzke@llnl.gov> +/* Programmer: Robb Matzke * Wednesday, October 22, 1997 * * Purpose: The C STDIO virtual file driver which only uses calls from stdio.h. |