From b89f84ef34c07ae0b0db22f16b8c8bfd27812004 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Thu, 3 Sep 2020 08:24:02 -0700 Subject: Fixed errant comma --- src/H5FDmpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 6232a23..c1e1198 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -133,7 +133,7 @@ static const H5FD_class_mpi_t H5FD_mpio_g = { }, /* End of superclass information */ H5FD_mpio_mpi_rank, /*get_rank */ H5FD_mpio_mpi_size, /*get_size */ - H5FD_mpio_communicator, /*get_comm */ + H5FD_mpio_communicator /*get_comm */ }; #ifdef H5FDmpio_DEBUG -- cgit v0.12