A line got deleted somewhere along the line. I didn't do it, honest.

Its them damn gremlins.
This commit is contained in:
Steve Underwood 2012-08-21 20:09:59 +08:00
parent 17faa239fe
commit fa5569caac
1 changed files with 1 additions and 0 deletions

View File

@ -433,6 +433,7 @@ static int image_resize_row(image_translate_state_t *s, uint8_t buf[])
#endif
}
break;
case T4_IMAGE_TYPE_BILEVEL:
case T4_IMAGE_TYPE_GRAY_8BIT:
row8[0] = s->raw_pixel_row[0];
row8[1] = s->raw_pixel_row[1];