fix typo in find_mosaic.c

thanks dcb314

https://github.com/jcupitt/libvips/issues/81
This commit is contained in:
John Cupitt 2013-11-20 21:38:31 +00:00
parent c6d9695431
commit 5fce021c17

View File

@ -260,7 +260,7 @@ double scale1, angle1, dx1, dy1;
}
if( ( inp[curr_im]->Xsize < xoff ) || ( inp[curr_im+1]->Xsize < xoff ) ||
( inp[curr_im]->Ysize < yoff ) || ( inp[curr_im]->Ysize < yoff) ){
( inp[curr_im]->Ysize < yoff ) || ( inp[curr_im+1]->Ysize < yoff) ){
++curr_disp_x;
hxdisp[curr_disp_x] = 0;
hydisp[curr_disp_x] = 0;