summaryrefslogtreecommitdiffstats
path: root/src/H5Pfapl.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-04-03 21:42:38 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-04-03 21:42:38 (GMT)
commitc3218d9f39ec281506251c2c6ba0b395adfa9013 (patch)
tree81385fc7ddb374d06b3df4e2dda7b023999abb6c /src/H5Pfapl.c
parent5630846ea34f29b45aecdb431f846327c4fde9e1 (diff)
downloadhdf5-c3218d9f39ec281506251c2c6ba0b395adfa9013.zip
hdf5-c3218d9f39ec281506251c2c6ba0b395adfa9013.tar.gz
hdf5-c3218d9f39ec281506251c2c6ba0b395adfa9013.tar.bz2
[svn-r26725] run reconfigure.
Diffstat (limited to 'src/H5Pfapl.c')
-rw-r--r--src/H5Pfapl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5Pfapl.c b/src/H5Pfapl.c
index ca8f398..65ccaf5 100644
--- a/src/H5Pfapl.c
+++ b/src/H5Pfapl.c
@@ -2202,6 +2202,7 @@ H5Pget_vol_info(hid_t plist_id)
void *ret_value; /* Return value */
FUNC_ENTER_API(NULL)
+ H5TRACE1("*x", "i", plist_id);
if(NULL == (plist = (H5P_genplist_t *)H5I_object_verify(plist_id, H5I_GENPROP_LST)))
HGOTO_ERROR(H5E_ARGS, H5E_BADTYPE, NULL, "not a property list")