summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-08-15 15:25:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-08-15 15:25:42 (GMT)
commitbdb3343f30acaae14a56b1d6386729623a47888f (patch)
treeee29b3760fd7eb1483187ce1a95c0834b041a781 /src/H5Pdcpl.c
parent2ab1d8cc0c91d691e7b0778d49d1c596c9a21d16 (diff)
downloadhdf5-bdb3343f30acaae14a56b1d6386729623a47888f.zip
hdf5-bdb3343f30acaae14a56b1d6386729623a47888f.tar.gz
hdf5-bdb3343f30acaae14a56b1d6386729623a47888f.tar.bz2
[svn-r22682] Description:
Bring r22681 from trunk to 1.8 branch: Clean up file driver property handling, along with some misc. warnings. Tested on: Mac OSX/64 10.7.4 (amazon) w/debug, gcc 4.7.1, C++, FORTRAN & threadsafe (h5committest upcoming)
Diffstat (limited to 'src/H5Pdcpl.c')
-rw-r--r--src/H5Pdcpl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Pdcpl.c b/src/H5Pdcpl.c
index f724471..56db4cb 100644
--- a/src/H5Pdcpl.c
+++ b/src/H5Pdcpl.c
@@ -1509,7 +1509,7 @@ done:
*-------------------------------------------------------------------------
*/
herr_t
-H5P_get_fill_value(H5P_genplist_t *plist, const H5T_t *type, void *value/*out*/,
+H5P_get_fill_value(H5P_genplist_t *plist, H5T_t *type, void *value/*out*/,
hid_t dxpl_id)
{
H5O_fill_t fill; /* Fill value to retrieve */