summaryrefslogtreecommitdiffstats
path: root/src/H5Tcommit.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-02-13 13:21:16 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-02-13 13:21:16 (GMT)
commite15ad88d9eb2962dc77848ac156d8b540bbb308d (patch)
treef7d91397b6f600e228b9c08541c0dc8af36c4b56 /src/H5Tcommit.c
parent928d398be4143546e57c50788b429095328cb3ba (diff)
parentab045c634cac0219939b93a1d2b829e7b1f3e7a1 (diff)
downloadhdf5-e15ad88d9eb2962dc77848ac156d8b540bbb308d.zip
hdf5-e15ad88d9eb2962dc77848ac156d8b540bbb308d.tar.gz
hdf5-e15ad88d9eb2962dc77848ac156d8b540bbb308d.tar.bz2
[svn-r24701] merge from trunk to 24700.
fix return type for H5T_committed in H5Tget_create_plist.
Diffstat (limited to 'src/H5Tcommit.c')
-rw-r--r--src/H5Tcommit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Tcommit.c b/src/H5Tcommit.c
index f22d8b0..a483df7 100644
--- a/src/H5Tcommit.c
+++ b/src/H5Tcommit.c
@@ -661,7 +661,7 @@ H5Tget_create_plist(hid_t dtype_id)
{
H5T_t *type; /* Datatype object for ID */
H5P_genplist_t *tcpl_plist; /* Existing datatype creation propertty list */
- herr_t status; /* Generic status value */
+ htri_t status; /* Generic status value */
hid_t ret_value; /* Return value */
FUNC_ENTER_API(FAIL)