Merge branch 'master' of github.com:jcupitt/libvips

This commit is contained in:
John Cupitt 2016-05-21 19:00:12 +01:00
commit 445d419efb
1 changed files with 2 additions and 0 deletions

View File

@ -536,6 +536,8 @@ vips_arithmetic_gen( VipsRegion *or,
VIPS_GATE_STOP( "vips_arithmetic_gen: work" );
VIPS_COUNT_PIXELS( or, VIPS_OBJECT_CLASS( class )->nickname );
return( 0 );
}