remove double space

This commit is contained in:
John Cupitt 2021-07-19 07:51:44 +01:00
parent 2cebec9a80
commit d21ee5aa2b

View File

@ -422,7 +422,7 @@ vips_text_build( VipsObject *object )
/* Cairo can't go over 32k pixels.
*/
if( extents.width >= 32768 ||
if( extents.width >= 32768 ||
extents.height >= 32768 ) {
vips_error( class->nickname,
"%s", _( "text image too large" ) );