fix typo in tatrgetcustom.c

see https://github.com/libvips/libvips/pull/2802#pullrequestreview-980832505
This commit is contained in:
John Cupitt 2022-05-21 17:30:55 +01:00
parent c1f6995256
commit fd495bcd0a
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ vips_target_custom_class_init( VipsTargetCustomClass *class )
G_STRUCT_OFFSET( VipsTargetCustomClass, end ),
NULL, NULL,
vips_INT__VOID,
G_TYPE_NONE, 0 );
G_TYPE_INT, 0 );
/**
* VipsTargetCustom::finish: