From 8e30e8da7b114e096605e1352a9fd1b1db85715b Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 9 May 2011 16:36:34 -0500 Subject: [svn-r20781] correct typo of variable types for indx and jndx --- tools/lib/h5tools.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/lib/h5tools.c b/tools/lib/h5tools.c index 99bd683..4061daa 100644 --- a/tools/lib/h5tools.c +++ b/tools/lib/h5tools.c @@ -1401,8 +1401,8 @@ h5tools_print_region_data_blocks(hid_t region_id, hsize_t elmtno; /* elemnt index */ unsigned int region_flags; /* buffer extent flags */ hsize_t curr_pos; - int jndx; - size_t indx; + size_t jndx; + int indx; int type_size; hid_t mem_space = -1; void *region_buf = NULL; -- cgit v0.12