summaryrefslogtreecommitdiffstats
path: root/src/H5Pdcpl.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-08-15 14:14:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-08-15 14:14:13 (GMT)
commitd27ec1d3bd4740d7d962f26da9b2a19a27592273 (patch)
treee3190216aad38f951f20ae7f818fe2b0c6382dda /src/H5Pdcpl.c
parent8b7234375353966b54425265138215c211c86270 (diff)
downloadhdf5-d27ec1d3bd4740d7d962f26da9b2a19a27592273.zip
hdf5-d27ec1d3bd4740d7d962f26da9b2a19a27592273.tar.gz
hdf5-d27ec1d3bd4740d7d962f26da9b2a19a27592273.tar.bz2
[svn-r22681] Description:
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 */