fix typo in tatrgetcustom.c
see https://github.com/libvips/libvips/pull/2802#pullrequestreview-980832505
This commit is contained in:
parent
c1f6995256
commit
fd495bcd0a
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user