summaryrefslogtreecommitdiffstats
path: root/src/H5mpi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5mpi.c')
-rw-r--r--src/H5mpi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5mpi.c b/src/H5mpi.c
index 12f635c..3fbbaa1 100644
--- a/src/H5mpi.c
+++ b/src/H5mpi.c
@@ -662,7 +662,7 @@ H5_mpio_gatherv_alloc(void *send_buf, int send_count, MPI_Datatype send_type, co
/* If our buffer size is 0, there's nothing to do */
if (buf_size == 0)
- HGOTO_DONE(SUCCEED)
+ HGOTO_DONE(SUCCEED);
if (NULL == (recv_buf = H5MM_malloc(buf_size)))
/* Push an error, but still participate in collective gather operation */