summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/dynlib_rpk.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/dynlib_rpk.c')
-rw-r--r--tools/h5repack/dynlib_rpk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5repack/dynlib_rpk.c b/tools/h5repack/dynlib_rpk.c
index b228344..ed602ea 100644
--- a/tools/h5repack/dynlib_rpk.c
+++ b/tools/h5repack/dynlib_rpk.c
@@ -68,7 +68,7 @@ static size_t
H5Z_filter_dynlib1(unsigned int flags, size_t cd_nelmts, const unsigned int *cd_values, size_t nbytes,
size_t *buf_size, void **buf)
{
- int * int_ptr = (int *)*buf; /* Pointer to the data values */
+ int *int_ptr = (int *)*buf; /* Pointer to the data values */
size_t buf_left = *buf_size; /* Amount of data buffer left to process */
int add_on = 0;