summaryrefslogtreecommitdiffstats
path: root/src/H5V.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5V.c')
-rw-r--r--src/H5V.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5V.c b/src/H5V.c
index 7708794..c4ad0bb 100644
--- a/src/H5V.c
+++ b/src/H5V.c
@@ -423,7 +423,7 @@ H5V_hyper_copy(intn n, const hsize_t *_size,
{
hsize_t dst_acc; /*accumulator */
hsize_t src_acc; /*accumulator */
- int i; /*counter */
+ int i; /*counter */
/* init */
dst_stride[n-1] = 1;