summaryrefslogtreecommitdiffstats
path: root/src/H5Pdxpl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pdxpl.c')
-rw-r--r--src/H5Pdxpl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5Pdxpl.c b/src/H5Pdxpl.c
index 67dba0b..430c025 100644
--- a/src/H5Pdxpl.c
+++ b/src/H5Pdxpl.c
@@ -118,8 +118,8 @@ herr_t H5Pget_data_transform(hid_t plist_id, char** expression)
HGOTO_ERROR (H5E_PLIST, H5E_CANTSET, FAIL, "Error setting data transform expression");
/* Get the data transform string */
- *expression = H5Z_xform_extract_xform_str(data_xform_prop);
-
+ *expression = H5Z_xform_extract_xform_str(data_xform_prop);
+
done:
if(ret_value<0) {
if(data_xform_prop)