]> Zhao Yanbai Git Server - minix.git/commitdiff
Steps 3.x
authorBen Gras <ben@minix3.org>
Sat, 10 Sep 2005 20:54:25 +0000 (20:54 +0000)
committerBen Gras <ben@minix3.org>
Sat, 10 Sep 2005 20:54:25 +0000 (20:54 +0000)
commands/ibm/autopart.c

index 05eedb25f9273399276bb1474b79313236af9205..c3ce0adda9a60a0a193786a712e2b4bc54ed76ae 100755 (executable)
@@ -2422,7 +2422,7 @@ select_region(void)
 static void printstep(int step, char *str)
 {
        int n;
-       n = printf("\n --- Substep 2.%d: %s ---", step, str);
+       n = printf("\n --- Substep 3.%d: %s ---", step, str);
        while(n++ < 73) printf("-");
        printf("\n");
 }