summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/lib/h5tools.c')
-rw-r--r--tools/lib/h5tools.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c
index ab7b017..eb37fac 100644
--- a/tools/lib/h5tools.c
+++ b/tools/lib/h5tools.c
@@ -633,6 +633,7 @@ h5tools_ncols(const char *s)
htri_t
H5Tdetect_vlen_str(hid_t tid)
{
+ int i = 0;
int n = 0;
htri_t has_vlen_str = FALSE;
H5T_class_t tclass = -1;