diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-15 21:29:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-01-15 21:29:27 (GMT) |
commit | 1d038e08c18dd40e5157d8d91c56437abbf45413 (patch) | |
tree | e6159fcd68f66b00b24ba9d87eb7e74983a0f433 /src/H5Ddeprec.c | |
parent | e622f3351553cb867566a59b5c8e0d5cf0a74c5a (diff) | |
download | hdf5-1d038e08c18dd40e5157d8d91c56437abbf45413.zip hdf5-1d038e08c18dd40e5157d8d91c56437abbf45413.tar.gz hdf5-1d038e08c18dd40e5157d8d91c56437abbf45413.tar.bz2 |
[svn-r14421] Description:
Minor cleanups and clarifications to prototype information.
Tested on:
Mac OS X/32 10.5.1 (amazon)
Diffstat (limited to 'src/H5Ddeprec.c')
-rw-r--r-- | src/H5Ddeprec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ddeprec.c b/src/H5Ddeprec.c index eaa9057..8f8aa50 100644 --- a/src/H5Ddeprec.c +++ b/src/H5Ddeprec.c @@ -278,7 +278,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5Dextend(hid_t dset_id, const hsize_t *size) +H5Dextend(hid_t dset_id, const hsize_t size[]) { H5D_t *dset; herr_t ret_value = SUCCEED; /* Return value */ |