diff options
Diffstat (limited to 'src/H5HFiter.c')
-rw-r--r-- | src/H5HFiter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5HFiter.c b/src/H5HFiter.c index ef926e8..94f0b8b 100644 --- a/src/H5HFiter.c +++ b/src/H5HFiter.c @@ -166,7 +166,7 @@ HDfprintf(stderr, "%s: offset = %Hu\n", FUNC, offset); <Adjust offset for block offset for row> <Make new block level the current context> <Goto 1> - + */ do { /* Walk down the rows in the doubling table until we've found the correct row for the next block */ |