diff options
| author | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
|---|---|---|
| committer | Eric Andersen <andersen@codepoet.org> | 2001-03-19 23:49:41 +0000 |
| commit | 92d23245c93eb7db64818384ee6c5366a465e29e (patch) | |
| tree | 1ccb6d69a226fdc1efb283cc1b0d2cc321f5b942 /util-linux | |
| parent | 40eaa9f0bb2c689552e39890592ed773d870c1fa (diff) | |
| download | busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.tar.gz busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.tar.bz2 busybox-w32-92d23245c93eb7db64818384ee6c5366a465e29e.zip | |
Another cleanup patch from Jeff Garzik <jgarzik@mandrakesoft.com>
Diffstat (limited to 'util-linux')
| -rw-r--r-- | util-linux/mkfs_minix.c | 2 |
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 | ||
| 385 | inline int next(int zone) | 385 | static int next(int zone) |
| 386 | { | 386 | { |
| 387 | if (!zone) | 387 | if (!zone) |
| 388 | zone = FIRSTZONE - 1; | 388 | zone = FIRSTZONE - 1; |
