aboutsummaryrefslogtreecommitdiff
path: root/util-linux
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-19 23:49:41 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-03-19 23:49:41 +0000
commit8775faaeafdb04c8fc390a822a4588a95c98e4b2 (patch)
tree1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /util-linux
parent9fcedc7b123534eb437ac0366fbb2588862f9d4c (diff)
downloadbusybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.tar.gz
busybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.tar.bz2
busybox-w32-8775faaeafdb04c8fc390a822a4588a95c98e4b2.zip
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
git-svn-id: svn://busybox.net/trunk/busybox@2163 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'util-linux')
-rw-r--r--util-linux/mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c
index a83fa7961..70374eae9 100644
--- a/util-linux/mkfs_minix.c
+++ b/util-linux/mkfs_minix.c
@@ -382,7 +382,7 @@ static void mark_good_blocks(void)
382 mark_zone(good_blocks_table[blk]); 382 mark_zone(good_blocks_table[blk]);
383} 383}
384 384
385inline int next(int zone) 385static int next(int zone)
386{ 386{
387 if (!zone) 387 if (!zone)
388 zone = FIRSTZONE - 1; 388 zone = FIRSTZONE - 1;