Fix a typo

This commit is contained in:
Kleis Auke Wolthuizen 2020-07-14 18:56:25 +02:00
parent 62ecad6459
commit 81cf52b6fa

View File

@ -223,7 +223,7 @@ static void *vips_gsf_tree_close( VipsGsfDirectory *tree );
static void *
vips_gsf_tree_close_cb( void *item, void *a, void *b )
{
VipsGsfDirectory *tree = (VipsGsfDirectory *) tree;
VipsGsfDirectory *tree = (VipsGsfDirectory *) item;
return( vips_gsf_tree_close( tree ) );
}