summaryrefslogtreecommitdiffstats
path: root/src/H5FDstdio.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5FDstdio.c')
-rw-r--r--src/H5FDstdio.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/H5FDstdio.c b/src/H5FDstdio.c
index 9883d68..2e4473e 100644
--- a/src/H5FDstdio.c
+++ b/src/H5FDstdio.c
@@ -10,9 +10,7 @@
* help@hdfgroup.org. *
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
-/* Programmer: Robb Matzke
- * Wednesday, October 22, 1997
- *
+/*
* Purpose: The C STDIO virtual file driver which only uses calls from stdio.h.
* This also serves as an example of coding a simple file driver,
* therefore, it should not use any non-public definitions.
@@ -20,6 +18,7 @@
* NOTE: This driver is not as well tested as the standard SEC2 driver
* and is not intended for production use!
*/
+
#include <assert.h>
#include <errno.h>
#include <stdio.h>