summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/allchblk.c b/allchblk.c
index 81c5af89..a0a3f313 100644
--- a/allchblk.c
+++ b/allchblk.c
@@ -164,7 +164,7 @@ STATIC int GC_hblk_fl_from_blocks(word blocks_needed)
/* Return the free list index on which the block described by the header */
/* appears, or -1 if it appears nowhere. */
-static int free_list_index_of(hdr *wanted)
+static int free_list_index_of(const hdr *wanted)
{
int i;