| # | Line 236 | Line 236 | main( | |
|---|---|---|
| 236 | #endif | |
| 237 | if (dim < 0) { /* dimensions only */ | |
| 238 | if (getheader(fp, NULL, NULL) < 0) { | |
| 239 | < | fputs("bad header!\n", stdout); |
| 239 | > | fputs(": bad header!\n", stdout); |
| 240 | continue; | |
| 241 | } | |
| 242 | fputs(": ", stdout); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |