| # | Line 350 | Line 350 | mkbrmap() /* make dynamic range map */ | |
|---|---|---|
| 350 | double ceiling, trimmings; | |
| 351 | register int i; | |
| 352 | /* copy initial histogram */ | |
| 353 | < | bcopy((char *)bwhist, (char *)modhist, sizeof(modhist)); |
| 353 | > | bcopy((void *)bwhist, (void *)modhist, sizeof(modhist)); |
| 354 | s = (bwmax - bwmin)/HISTRES; /* s is delta b */ | |
| 355 | /* loop until satisfactory */ | |
| 356 | do { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |