summaryrefslogtreecommitdiffstats
path: root/tools/test/h5dump/binread.c
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2022-03-10 16:17:13 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2022-03-10 16:17:13 (GMT)
commit069f75648a62af448df60626e1c797631ac220bd (patch)
treebb03c9fbd6f8f83dcf7338ee0afcb1ddb0136dfa /tools/test/h5dump/binread.c
parente8bcb24e3fafc3dabc2a039c0e2be40b8e3bb1bb (diff)
parentd5ddf61803f30e87bdfa629339fabf6fe1eb4a3c (diff)
downloadhdf5-069f75648a62af448df60626e1c797631ac220bd.zip
hdf5-069f75648a62af448df60626e1c797631ac220bd.tar.gz
hdf5-069f75648a62af448df60626e1c797631ac220bd.tar.bz2
Merge remote-tracking branch 'thg/develop' into feature/h5detect
Diffstat (limited to 'tools/test/h5dump/binread.c')
-rw-r--r--tools/test/h5dump/binread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/h5dump/binread.c b/tools/test/h5dump/binread.c
index d6206ca..341a085 100644
--- a/tools/test/h5dump/binread.c
+++ b/tools/test/h5dump/binread.c
@@ -59,7 +59,7 @@ usage(void)
*/
int
-main(int argc, const char *argv[])
+main(int argc, char *argv[])
{
FILE * stream;
size_t numread;