diff options
Diffstat (limited to 'heap')
-rw-r--r-- | heap/_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/_check.c b/heap/_check.c index 5ee511bf92a..bc1cd24113c 100644 --- a/heap/_check.c +++ b/heap/_check.c @@ -75,7 +75,7 @@ int heap_check_heap(HP_INFO *info, my_bool print_status) break; /* End of file */ } } - _hp_find_record(info,pos); + hp_find_record(info,pos); if (!info->current_ptr[share->reclength]) deleted++; |