summaryrefslogtreecommitdiffstats
path: root/src/H5FDdpss.c
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-01-26 14:37:18 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-01-26 14:37:18 (GMT)
commitb837e670406c1c5da2ed1726f092a43c7723fd99 (patch)
treee40fce8a1126df075f1ce1f87cc28ef2f2731175 /src/H5FDdpss.c
parentf490968edc999e8d18fa7174336942b9f010fd05 (diff)
downloadhdf5-b837e670406c1c5da2ed1726f092a43c7723fd99.zip
hdf5-b837e670406c1c5da2ed1726f092a43c7723fd99.tar.gz
hdf5-b837e670406c1c5da2ed1726f092a43c7723fd99.tar.bz2
[svn-r1948] File was changed by something, probably $(TRACE), automagically.
The changes seem harmless. So checking it in once for all.
Diffstat (limited to 'src/H5FDdpss.c')
-rw-r--r--src/H5FDdpss.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/H5FDdpss.c b/src/H5FDdpss.c
index 576d5d4..acef361 100644
--- a/src/H5FDdpss.c
+++ b/src/H5FDdpss.c
@@ -219,11 +219,12 @@ H5FD_dpss_init (void)
*-------------------------------------------------------------------------
*/
herr_t
-H5Pset_fapl_dpss (hid_t fapl_id)
+H5Pset_fapl_dpss(hid_t fapl_id)
{
herr_t ret_value=FAIL;
FUNC_ENTER (H5FD_set_fapl_dpss, FAIL);
+ H5TRACE1("e","i",fapl_id);
/* Check arguments */
if (H5P_FILE_ACCESS != H5Pget_class (fapl_id))