| # | Line 349 | Line 349 | char *err; | |
|---|---|---|
| 349 | register int i; | |
| 350 | ||
| 351 | eputs(linbuf); | |
| 352 | < | if (linbuf[0] == '\0' || linbuf[strlen(linbuf)-1] != '\n') |
| 352 | > | if (linbuf[strlen(linbuf)-1] != '\n') |
| 353 | eputs("\n"); | |
| 354 | for (i = 0; i < linepos-1; i++) | |
| 355 | eputs(linbuf[i] == '\t' ? "\t" : " "); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |