summaryrefslogtreecommitdiff
path: root/ext2fs/bitmap.c
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1995-04-19 01:20:43 +0000
committerMiles Bader <miles@gnu.org>1995-04-19 01:20:43 +0000
commit9a0a8ea4354cb7ccbc113fb31a98d9731944634b (patch)
tree80e851f3ae98c529e598b16c329e6e5f6ff32402 /ext2fs/bitmap.c
parentaaeaf1368359c9c69cc25d052b517a6801d3d77c (diff)
Formerly bitmap.c.~6~
Diffstat (limited to 'ext2fs/bitmap.c')
-rw-r--r--ext2fs/bitmap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/bitmap.c b/ext2fs/bitmap.c
index a4c53675..acaef081 100644
--- a/ext2fs/bitmap.c
+++ b/ext2fs/bitmap.c
@@ -24,7 +24,7 @@ unsigned long count_free (char * map, unsigned int numchars)
/* ---------------------------------------------------------------- */
-static int ffz_nibble_map[] = {0, 0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0};
+static int ffz_nibble_map[] = {0, 1, 0, 2, 0, 1, 0, 3, 0, 1, 0, 2, 0, 1, 0, 4};
inline unsigned long ffz(unsigned long word)
{