summaryrefslogtreecommitdiffstats
path: root/src/H5FDmpio.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-10-26 19:35:28 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-10-26 19:35:28 (GMT)
commit2768e04e4c3937edbe6fa8d95cd0a37c31f9cc18 (patch)
treef1a317de53622c2bb4caaa023345b8a50864337f /src/H5FDmpio.c
parent226f78fba2adf73c907ebecb6e163ad834518237 (diff)
downloadhdf5-2768e04e4c3937edbe6fa8d95cd0a37c31f9cc18.zip
hdf5-2768e04e4c3937edbe6fa8d95cd0a37c31f9cc18.tar.gz
hdf5-2768e04e4c3937edbe6fa8d95cd0a37c31f9cc18.tar.bz2
[svn-r1793] Corrected a typo.
Diffstat (limited to 'src/H5FDmpio.c')
-rw-r--r--src/H5FDmpio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FDmpio.c b/src/H5FDmpio.c
index 23b183b..355b19c 100644
--- a/src/H5FDmpio.c
+++ b/src/H5FDmpio.c
@@ -1429,7 +1429,7 @@ H5FD_mpio_flush(H5FD_t *_file)
static haddr_t
MPIOff_to_haddr(MPI_Offset mpi_off)
{
- hadd_t ret_value=HADDR_UNDEF;
+ haddr_t ret_value=HADDR_UNDEF;
FUNC_ENTER(MPIOff_to_haddr, HADDR_UNDEF);