summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/h5ls/h5ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c
index 721dc5d..0436228 100644
--- a/tools/h5ls/h5ls.c
+++ b/tools/h5ls/h5ls.c
@@ -709,7 +709,7 @@ display_cmpd_type(hid_t type, int ind)
char *name=NULL; /*member name */
size_t size; /*total size of type in bytes */
hid_t subtype; /*member data type */
- int i, j, n; /*miscellaneous counters */
+ int i,n; /*miscellaneous counters */
if (H5T_COMPOUND!=H5Tget_class(type)) return FALSE;