# | Line 477 | Line 477 | initscans() /* initialize scanline buffers */ | |
---|---|---|
477 | /* allocate scanline buffers */ | |
478 | scansize = sizeof(SCAN) + pxsiz*sizeof(COLR); | |
479 | #ifdef ALIGN | |
480 | < | scansize = scansize+(sizeof(ALIGN)-1)) & ~(sizeof(ALIGN)-1); |
480 | > | scansize = scansize+(sizeof(ALIGN)-1) & ~(sizeof(ALIGN)-1); |
481 | #endif | |
482 | i = MAXSBUF / scansize; /* compute number to allocate */ | |
483 | if (i > HSIZE) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |