tiny fixes

This commit is contained in:
John Cupitt 2021-02-05 16:56:44 +00:00
parent 2ce79d76a0
commit 8d95f9db2b
4 changed files with 3 additions and 4 deletions

View File

@ -318,7 +318,6 @@ vips_foreign_load_vips_source_init( VipsForeignLoadVipsSource *source )
{ {
} }
/** /**
* vips_vipsload: * vips_vipsload:
* @filename: file to load * @filename: file to load

View File

@ -1607,7 +1607,7 @@ vips_image_set_progress( VipsImage *image, gboolean progress )
image, image->filename ); image, image->filename );
image->progress_signal = image; image->progress_signal = image;
} }
else else if( !progress )
image->progress_signal = NULL; image->progress_signal = NULL;
} }

View File

@ -3084,7 +3084,7 @@ vips_object_local_array_cb( VipsObject *parent, VipsObjectLocal *local )
* |[ * |[
* VipsObject **t; * VipsObject **t;
* *
* t = vips_object_local_array( a, 5 ); * t = vips_object_local_array( parent, 5 );
* if( * if(
* vips_add( a, b, &t[0], NULL ) || * vips_add( a, b, &t[0], NULL ) ||
* vips_invert( t[0], &t[1], NULL ) || * vips_invert( t[0], &t[1], NULL ) ||