aboutsummaryrefslogtreecommitdiff
path: root/mkfs_minix.c
diff options
context:
space:
mode:
Diffstat (limited to 'mkfs_minix.c')
-rw-r--r--mkfs_minix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkfs_minix.c b/mkfs_minix.c
index 928a49674..a83fa7961 100644
--- a/mkfs_minix.c
+++ b/mkfs_minix.c
@@ -609,7 +609,7 @@ static void setup_tables(void)
609 * Perform a test of a block; return the number of 609 * Perform a test of a block; return the number of
610 * blocks readable/writeable. 610 * blocks readable/writeable.
611 */ 611 */
612long do_check(char *buffer, int try, unsigned int current_block) 612static long do_check(char *buffer, int try, unsigned int current_block)
613{ 613{
614 long got; 614 long got;
615 615