summaryrefslogtreecommitdiffstats
path: root/hl/src/H5DO.c
diff options
context:
space:
mode:
Diffstat (limited to 'hl/src/H5DO.c')
-rw-r--r--hl/src/H5DO.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/src/H5DO.c b/hl/src/H5DO.c
index 22d40fc..99cf2f7 100644
--- a/hl/src/H5DO.c
+++ b/hl/src/H5DO.c
@@ -94,7 +94,7 @@ done:
ret_value = FAIL;
}
- return(ret_value);
+ return ret_value;
} /* end H5DOwrite_chunk() */
@@ -163,7 +163,7 @@ done:
ret_value = FAIL;
}
- return(ret_value);
+ return ret_value;
} /* end H5DOread_chunk() */