oops fix compile break

This commit is contained in:
John Cupitt 2013-09-30 15:26:44 +01:00
parent 440b800e0e
commit f23387ea67
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ thumbnail_shrink( VipsObject *thumbnail, VipsImage *in,
"tile_width", in->Xsize,
"tile_height", 10,
"max_tiles", (nlines * 2) / 10,
"strategy", VIPS_CACHE_SEQUENTIAL,
"strategy", VIPS_ACCESS_SEQUENTIAL,
"threaded", TRUE,
NULL ) ||
vips_affine( t[4], &t[5], residual, 0, 0, residual, NULL,