diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:03:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-08-02 14:03:40 (GMT) |
commit | 3df2828991d984455054c4c89af78725549d5d0f (patch) | |
tree | 023b000f69879f6b8541f339ae50096fa7cfb278 /src/H5FDcore.c | |
parent | e91a21cd3ba963ca6b97b3bfbc1b84c372b52dec (diff) | |
download | hdf5-3df2828991d984455054c4c89af78725549d5d0f.zip hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.gz hdf5-3df2828991d984455054c4c89af78725549d5d0f.tar.bz2 |
[svn-r8981] Purpose:
Code cleanup
Description:
Various minor tweaks to clean code up and bring it into closer
syncronization with the release branch.
Platforms tested:
FreeBSD 4.10 (sleipnir) w/parallel
h5committested
IRIX64 6.5 (modi4)
Diffstat (limited to 'src/H5FDcore.c')
-rw-r--r-- | src/H5FDcore.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/H5FDcore.c b/src/H5FDcore.c index eecd336..42eda85 100644 --- a/src/H5FDcore.c +++ b/src/H5FDcore.c @@ -382,8 +382,7 @@ done: */ static H5FD_t * H5FD_core_open(const char *name, unsigned UNUSED flags, hid_t fapl_id, - haddr_t - maxaddr) + haddr_t maxaddr) { H5FD_core_t *file=NULL; H5FD_core_fapl_t *fa=NULL; @@ -854,4 +853,3 @@ H5FD_core_flush(H5FD_t *_file, hid_t UNUSED dxpl_id, unsigned UNUSED closing) done: FUNC_LEAVE_NOAPI(ret_value) } - |