diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 21:52:54 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-16 21:52:54 (GMT) |
commit | 78848c63b7f0a3e6977ff7b34cafec50a2a25c29 (patch) | |
tree | 84b0e19c47556292a83edc3bd761fb6347710201 /src/H5FDmpio.c | |
parent | 12d5f2bb3ccea7d678588258682fe62bd82051ec (diff) | |
download | hdf5-78848c63b7f0a3e6977ff7b34cafec50a2a25c29.zip hdf5-78848c63b7f0a3e6977ff7b34cafec50a2a25c29.tar.gz hdf5-78848c63b7f0a3e6977ff7b34cafec50a2a25c29.tar.bz2 |
[svn-r27809] Minor warning fixes in the library.
Tested on: jam (too minor for h5committest)
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r-- | src/H5FDmpio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c index 5c3bf05..96b4b2f 100644 --- a/src/H5FDmpio.c +++ b/src/H5FDmpio.c @@ -2126,7 +2126,7 @@ H5FD_mpio_communicator(const H5FD_t *_file) HDassert(H5FD_MPIO==file->pub.driver_id); FUNC_LEAVE_NOAPI(file->comm) -} +} /* end H5FD_mpio_communicator() */ #endif /* H5_HAVE_PARALLEL */ |