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/H5D.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/H5D.c')
-rw-r--r-- | src/H5D.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -988,7 +988,7 @@ done: *------------------------------------------------------------------------- */ herr_t -H5Dset_extent(hid_t dset_id, const hsize_t *size) +H5Dset_extent(hid_t dset_id, const hsize_t size[]) { H5D_t *dset; /* Dataset for this operation */ herr_t ret_value = SUCCEED; /* Return value */ |