summaryrefslogtreecommitdiffstats
path: root/test/filter_fail.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/filter_fail.c')
-rw-r--r--test/filter_fail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/filter_fail.c b/test/filter_fail.c
index 5936412..4e1d52a 100644
--- a/test/filter_fail.c
+++ b/test/filter_fail.c
@@ -60,7 +60,7 @@ static size_t
filter_fail(unsigned int flags, size_t H5_ATTR_UNUSED cd_nelmts, const unsigned int H5_ATTR_UNUSED *cd_values,
size_t nbytes, size_t *buf_size, void **buf)
{
- int * dst = (int *)(*buf);
+ int *dst = (int *)(*buf);
size_t ret_value = 0;
if (flags & H5Z_FLAG_REVERSE) { /* do nothing during read */