summaryrefslogtreecommitdiff
path: root/heap/hp_clear.c
diff options
context:
space:
mode:
Diffstat (limited to 'heap/hp_clear.c')
-rw-r--r--heap/hp_clear.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/heap/hp_clear.c b/heap/hp_clear.c
index 702c2e09d29..dcab35acd4e 100644
--- a/heap/hp_clear.c
+++ b/heap/hp_clear.c
@@ -44,7 +44,7 @@ void _hp_clear(HP_SHARE *info)
block->levels=0;
block->last_allocated=0;
}
- info->records=info->deleted=info->data_length=info->index_length=0;;
+ info->records=info->deleted=info->data_length=info->index_length=0;
info->blength=1;
info->changed=0;
info->del_link=0;