diff --git a/historic/jam/src/compile.c b/historic/jam/src/compile.c index e337f82f9..d483f7e2d 100644 --- a/historic/jam/src/compile.c +++ b/historic/jam/src/compile.c @@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame ) i -= 35; } - print_source_line( frame->procedure ); printf( "%*.*s ", i, i, indent ); + print_source_line( frame->procedure ); } if( s ) diff --git a/jam_src/compile.c b/jam_src/compile.c index e337f82f9..d483f7e2d 100644 --- a/jam_src/compile.c +++ b/jam_src/compile.c @@ -1134,8 +1134,8 @@ debug_compile( int which, char *s, FRAME* frame ) i -= 35; } - print_source_line( frame->procedure ); printf( "%*.*s ", i, i, indent ); + print_source_line( frame->procedure ); } if( s )