summaryrefslogtreecommitdiffstats
path: root/tools/test/perform/pio_perf.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-16 16:41:33 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-16 16:41:33 (GMT)
commit72195bf60d2e3eca43e9bd5ad84e24d4ea819149 (patch)
tree58698d20d69cd0244ebccb36e87ee52908be5ce1 /tools/test/perform/pio_perf.c
parentcd5ad23bead1ba588f9f916a9eef86ef61b8fd1c (diff)
parent0ba794be38b908271e6a2d8f5e231e4b097f25e5 (diff)
downloadhdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.zip
hdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.tar.gz
hdf5-72195bf60d2e3eca43e9bd5ad84e24d4ea819149.tar.bz2
Merge pull request #2778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:1_10_normalization to hdf5_1_10
* commit '0ba794be38b908271e6a2d8f5e231e4b097f25e5': Normalizations with develop
Diffstat (limited to 'tools/test/perform/pio_perf.c')
-rw-r--r--tools/test/perform/pio_perf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test/perform/pio_perf.c b/tools/test/perform/pio_perf.c
index 8146d84..cb15f64 100644
--- a/tools/test/perform/pio_perf.c
+++ b/tools/test/perform/pio_perf.c
@@ -327,7 +327,7 @@ static off_t squareo(off_t);
* Modifications:
*/
int
-main(int argc, char **argv)
+main(int argc, char *argv[])
{
int ret;
int exit_value = EXIT_SUCCESS;