| # | Line 51 | Line 51 | char **argv; | |
|---|---|---|
| 51 | fprintf(stderr, "%s: read error\n", argv[0]); | |
| 52 | exit(1); | |
| 53 | } | |
| 54 | < | normcolrs(scanline, xres); |
| 54 | > | normcolrs(scanline, xres, 0); |
| 55 | for (j = 0; j < xres; j++) | |
| 56 | putchar(shade(scanline[j])); | |
| 57 | putchar('\n'); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |