Remove dead debug code
This commit is contained in:
parent
7969fcd2c2
commit
13128a7aa0
1
mc.c
1
mc.c
@ -74,7 +74,6 @@ main(int argc, char *argv[])
|
||||
n_rows = (b.nlines + (n_columns - 1)) / n_columns;
|
||||
for(i = 0; i < n_rows; ++i) {
|
||||
for(l = i, col = 1; l < b.nlines; l += n_rows, ++col) {
|
||||
/*sprintf(b.lines[l], "%ld,%ld$", i, col);*/
|
||||
fputs(b.lines[l], stdout);
|
||||
if(col < n_columns)
|
||||
fputs(space + strlen(b.lines[l]), stdout);
|
||||
|
Loading…
Reference in New Issue
Block a user