From bee75a0067d39d2ac9770566350cd9552110d45d Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Tue, 10 Mar 2020 10:51:43 -0500 Subject: Fix comment --- tools/h5ls/h5ls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/h5ls/h5ls.c b/tools/h5ls/h5ls.c index fa65c16..a26eeb2 100644 --- a/tools/h5ls/h5ls.c +++ b/tools/h5ls/h5ls.c @@ -1358,7 +1358,7 @@ dump_reference(FILE *stream, const h5tool_format_t *info, h5tools_context_t *ctx /* if (region_id < 0) - could mean that no reference was written do not throw failure */ H5Epush2(H5tools_ERR_STACK_g, __FILE__, FUNC, __LINE__, H5tools_ERR_CLS_g, H5E_tools_g, H5E_tools_min_id_g, "H5Rdereference failed"); } - } /* end else to if (h5tools_is_zero(... */ + } /* end if (h5tools_is_zero(... */ H5TOOLS_DEBUG("finished reference loop:%d",i); } /* end for(i = 0; i < ndims; i++, ctx->cur_elmt++, elmt_counter++) */ -- cgit v0.12