From fd495bcd0a7bdd1ae0e71508d169ed2e3730dc78 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Sat, 21 May 2022 17:30:55 +0100 Subject: [PATCH] fix typo in tatrgetcustom.c see https://github.com/libvips/libvips/pull/2802#pullrequestreview-980832505 --- libvips/iofuncs/targetcustom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvips/iofuncs/targetcustom.c b/libvips/iofuncs/targetcustom.c index ecba2832..87bfae24 100644 --- a/libvips/iofuncs/targetcustom.c +++ b/libvips/iofuncs/targetcustom.c @@ -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: