Skip to content

Commit 0d7b9d6

Browse files
authored
Fix typo err
1 parent 7289b25 commit 0d7b9d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/H5Faccum.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ H5F__accum_free(H5F_shared_t *f_sh, H5FD_mem_t H5_ATTR_UNUSED type, haddr_t addr
885885
if (H5_IS_BUFFER_OVERFLOW(accum->buf + overlap_size, new_accum_size,
886886
accum->buf + accum->alloc_size)) {
887887
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "memmove operation would overflow buffer");
888-
888+
}
889889
/* Move the accumulator buffer information to eliminate the freed block */
890890
memmove(accum->buf, accum->buf + overlap_size, new_accum_size);
891891

0 commit comments

Comments
 (0)