Steps 3.x

This commit is contained in:
Ben Gras 2005-09-10 20:54:25 +00:00
parent 8e7bad10b2
commit 260af52455

View file

@ -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");
}