diff options
-rw-r--r-- | ext2fs/bitmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/bitmap.c b/ext2fs/bitmap.c index 8b9b5d23..ae3b2550 100644 --- a/ext2fs/bitmap.c +++ b/ext2fs/bitmap.c @@ -12,7 +12,7 @@ static int nibblemap[] = {4, 3, 3, 2, 3, 2, 2, 1, 3, 2, 2, 1, 2, 1, 1, 0}; -unsigned long ext2_count_free (struct buffer_head * map, unsigned int numchars) +unsigned long ext2_count_free (char * map, unsigned int numchars) { unsigned int i; unsigned long sum = 0; |