oops
This commit is contained in:
parent
67a45a3749
commit
e6a8485d70
@ -2,6 +2,8 @@
|
||||
|
||||
[![Build Status](https://secure.travis-ci.org/jcupitt/libvips.png)](http://travis-ci.org/jcupitt/libvips)
|
||||
|
||||
[![Coverity Status](https://scan.coverity.com/projects/6503/badge.svg)](https://scan.coverity.com/projects/jcupitt-libvips)
|
||||
|
||||
libvips is a 2D image processing library. Compared to
|
||||
similar libraries, [libvips runs quickly and uses little
|
||||
memory](http://www.vips.ecs.soton.ac.uk/index.php?title=Speed_and_Memory_Use).
|
||||
|
@ -113,7 +113,7 @@ vips_stats_build( VipsObject *object )
|
||||
double *row0, *row;
|
||||
int b, y, i;
|
||||
|
||||
if( vips_object_argument_isset( object, "in" ) )
|
||||
if( vips_object_argument_isset( object, "in" ) ) {
|
||||
int bands = vips_image_get_bands( statistic->in );
|
||||
|
||||
if( vips_check_noncomplex( class->nickname, statistic->in ) )
|
||||
|
Loading…
Reference in New Issue
Block a user